Added support for live reload

This commit is contained in:
Keivan Beigi 2015-07-21 19:38:46 -07:00
commit 760469fc5f
6 changed files with 42 additions and 51 deletions

View file

@ -23,6 +23,7 @@
"gulp-handlebars": "3.0.1",
"gulp-jshint": "1.11.2",
"gulp-less": "3.0.3",
"gulp-livereload": "3.8.0",
"gulp-print": "1.1.0",
"gulp-replace": "0.5.3",
"gulp-run": "1.6.8",
@ -34,7 +35,8 @@
"jshint-stylish": "2.0.1",
"run-sequence": "1.1.1",
"streamqueue": "1.1.0",
"tar.gz": "^0.1.1",
"webpack": "1.10.1"
"tar.gz": "0.1.1",
"webpack": "1.10.1",
"webpack-stream": "2.0.0"
}
}