projects
/
prog
/
glm-grid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa19e9
)
testing submodules
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 26 Jun 2018 20:30:04 +0000
(16:30 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 26 Jun 2018 20:30:04 +0000
(16:30 -0400)
gulpfile.js
patch
|
blob
|
history
diff --git
a/gulpfile.js
b/gulpfile.js
index
5e698dd
..
3081fdf
100644
(file)
--- 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"]);