Skip to content

Commit

Permalink
add script for browser-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Aug 9, 2016
1 parent c2beee0 commit f286215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# generator-summon

## v0.6.0
- Add script for starting server with browser-sync

## v0.5.1
- Update indentation in eslintrc.js
5 changes: 4 additions & 1 deletion generators/browser-sync/templates/__package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"devDependencies": {
"browser-sync": "~2.10.1"
"browser-sync": "~2.14.0"
},
"scripts": {
"browser-sync": "browser-sync start --server 'dist' --browser \"Google Chrome\" --files \"dist/**/*.*\" --port 7000"
}
}

0 comments on commit f286215

Please sign in to comment.