From 7947fd3fc2fcd608cb14548431a1044dc4e67c50 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 8 Feb 2019 11:09:02 -0300 Subject: [PATCH] post install --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c077104..0d60a80 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,7 +35,7 @@ gulp.task('templates', function() { ); }); -gulp.task('uglify', ['templates'], function() { +gulp.task('uglify', ['templates', 'uglify-spec'], function() { return pump( [ gulp.src([ @@ -81,7 +81,7 @@ gulp.task('pre-commit', function() { gulp.task('clean-post-install', function() { return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', - 'index.html'], {read: false}) + 'index.html', 'spec'], {read: false}) .pipe(clean()); }); -- 1.9.1