Skip to content

Commit

Permalink
bring back serve for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ulinaaron committed Feb 17, 2017
1 parent 95da486 commit 35034f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"crystal:expanded": "node-sass --output-style expanded src/themes/crystal/crystal.scss dist/themes/crystal.css",
"crystal:compressed": "node-sass --output-style compressed src/themes/crystal/crystal.scss dist/themes/crystal.min.css",
"autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers 'last 4 versions' -r dist/*.css",
"serve": "browser-sync start --serveStatic 'examples' --files 'dist/*.css, *.html, public/**/*' --server",
"serve": "browser-sync start --serveStatic 'examples' --files 'dist/*.css, examples/**/*.html,' --server",
"dev": "parallelshell 'npm run serve' 'npm run watch'",
"watch": "onchange src -- npm run build",
"build": "npm-run-all tent:expanded tent:compressed crystal:expanded crystal:compressed autoprefixer"
Expand Down

0 comments on commit 35034f1

Please sign in to comment.