X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=gulpfile.js;h=b05610e2feb4eb3551ed583b4ae79f078a2fb259;hp=a1286c5c85556ad2dd7b95b1e6bdfe6b682b8cca;hb=HEAD;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73 diff --git a/gulpfile.js b/gulpfile.js index a1286c5..b05610e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -9,8 +9,6 @@ var nodemonOptions = { watch: ['./','config','utils','routes','models','entities'] }; -// TODO: tasks for uglify / sass / use webpack - gulp.task('server', function () { nodemon(nodemonOptions) .on('restart', function () {