From 9fe8fd1594e9f10cd6972c9f83b893e227d9b4a7 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Tue, 26 Jan 2016 17:20:00 +1000 Subject: [PATCH] Nuke css map from release --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e62b472..a42c70e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,7 +66,7 @@ gulp.task('clean', function() { gulp.task('release', ['default'], function() { gulp.src([ - 'css/**/*', + 'css/hues-min.css', 'lib/hues-min.js', 'lib/mp3-min.js', 'fonts/**/*',