X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=gulpfile.js;fp=gulpfile.js;h=b05610e2feb4eb3551ed583b4ae79f078a2fb259;hp=a1286c5c85556ad2dd7b95b1e6bdfe6b682b8cca;hb=a3080c337cfaca9d600911396cae5a9233d43554;hpb=87d1063bdac629eca89c7ec0192fbc17e069a197 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 () {