Updating start script to run LiveReload setup

Fixes #42
This commit is contained in:
Jeff Avallone 2017-08-21 20:45:48 -04:00
parent c009f21191
commit 440a2ac22a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"pretest": "jscs lib/ src/ spec/",
"test": "karma start --single-run",
"build": "gulp build",
"start": "gulp server"
"start": "gulp"
},
"devDependencies": {
"babel-core": "^6.17.0",