From eb9fd3e4f755b73414482c1471ca33e1c364720f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jun 2018 16:30:04 -0400 Subject: [PATCH] testing submodules --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5e698dd..3081fdf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,7 +5,7 @@ var maps = require('gulp-sourcemaps'); var concat = require('gulp-concat'); var uglify = require('gulp-uglify'); - +// test function swallowError (error) { // If you want details of the error in the console @@ -42,4 +42,4 @@ gulp.task('build', ["sass"]); gulp.task('runwatch', ["sass","concat-uglify"]); -gulp.task('default', ["runwatch","watch"]); \ No newline at end of file +gulp.task('default', ["runwatch","watch"]); -- 2.17.1