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