testing submodules
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jun 2018 20:30:04 +0000 (16:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jun 2018 20:30:04 +0000 (16:30 -0400)
gulpfile.js

index 5e698dd..3081fdf 100644 (file)
@@ -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"]);