Skip to content

Commit

Permalink
open window on npm run serve
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtsmith committed Jul 19, 2017
1 parent 00bebaf commit ba34eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
npm-debug.log*
demo/main.css
*/.DS_Store
.idea/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autoprefixer": "postcss -u autoprefixer --autoprefixer.browsers 'last 2 versions, ie 9-11' -r demo/main.css",
"build": "npm run sass && npm run autoprefixer",
"start": "npm run build && onchange '*/**/*.scss' -- npm run build",
"serve": "http-server demo",
"serve": "http-server demo -o",
"test": "npm run lint",
"deploy": "npm run lint && npm run build && gh-pages -d demo"
},
Expand Down

0 comments on commit ba34eaa

Please sign in to comment.