From 6c6af81ad31a748ca507f9fde08c3696b8c6e512 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 23 Aug 2015 07:55:02 +0200 Subject: [PATCH] take out cdn task --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 624b890a..a1529e11 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -393,7 +393,6 @@ gulp.task('build', function(cb) { 'svg:fallbacks', 'revision', 'revision:replace', - 'cdn', ['optimize:html', 'optimize:images', 'optimize:css', 'optimize:js'], cb );