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

View File

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