Use nodemon for running server
This commit is contained in:
parent
bd467aac6d
commit
e830d008d3
@ -36,7 +36,7 @@ var paths = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gulp.task('lint', function() {
|
gulp.task('lint', function() {
|
||||||
return gulp.src('scripts/*.js')
|
gulp.src('scripts/*.js')
|
||||||
.pipe(jshint())
|
.pipe(jshint())
|
||||||
.pipe(jshint.reporter('default'));
|
.pipe(jshint.reporter('default'));
|
||||||
});
|
});
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~4.5.1",
|
"express": "~4.5.1",
|
||||||
|
"gulp": "^3.8.8",
|
||||||
|
"gulp-jshint": "^1.8.5",
|
||||||
|
"gulp-nodemon": "^1.0.4",
|
||||||
"mysql": "^2.5.0",
|
"mysql": "^2.5.0",
|
||||||
"underscore": "^1.6.0"
|
"underscore": "^1.6.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user