Skip to content

Commit

Permalink
updated npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wheatley committed May 19, 2016
1 parent f999436 commit 16fe123
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"meteor": "meteor run --settings settings.json",
"build:ios-css": "node-sass --include-path node_modules/ionic-angular --include-path node_modules/ionicons/dist/scss client/theme/app.ios.scss | postcss --local-plugins --use autoprefixer --output public/stylesheets/ios-bundle.css",
"build:md-css": "node-sass --include-path node_modules/ionic-angular --include-path node_modules/ionicons/dist/scss client/theme/app.md.scss | postcss --local-plugins --use autoprefixer --output public/stylesheets/md-bundle.css",
"build:fonts": "copyfiles -f 'node_modules/ionic-angular/fonts/*.+(ttf|woff|woff2)' public/fonts/",
"watch:css": "nodemon -w client -e scss -x npm run build:ios-css build:md-css"
"build:fonts": "copyfiles -f 'node_modules/ionic-angular/fonts/*.+(ttf||woff||woff2)' public/fonts/",
"watch:css": "nodemon -w client -e scss -x npm run build:ios-css build:md-css",
"build": "npm-run-all build:*"
},
"dependencies": {
"angular2": "2.0.0-beta.15",
Expand Down

0 comments on commit 16fe123

Please sign in to comment.