Commit 996db0347dd50fc97a2cab5fcb7bcc7e8f2de594

Authored by Nicolás Guarnieri
1 parent 51b757cb13
Exists in master

compile deprecado

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
... ... @@ -71,8 +71,6 @@ gulp.task('clean-post-install', function() {
71 71 .pipe(clean());
72 72 });
73 73  
74   -gulp.task('compile', ['templates', 'uglify']);
75   -
76 74 gulp.task('webserver', function() {
77 75 pump [
78 76 connect.server({port: 3000})