From 996db0347dd50fc97a2cab5fcb7bcc7e8f2de594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Mon, 14 Jan 2019 13:20:01 -0300 Subject: [PATCH] compile deprecado --- gulpfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index ffa5551..68c6c8e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,8 +71,6 @@ gulp.task('clean-post-install', function() { .pipe(clean()); }); -gulp.task('compile', ['templates', 'uglify']); - gulp.task('webserver', function() { pump [ connect.server({port: 3000}) -- 1.9.1