summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorHorus32016-10-21 22:40:20 +0200
committerHorus32016-10-21 22:40:20 +0200
commitc15893f16dcc694db3b064a77272d9c0da9be2c1 (patch)
tree87bab5e0bda7e379dfd480a444a9ad53a8b8c1f7 /gulpfile.js
parentee206aff49565a04e3753cf07dcf1787b0dc5850 (diff)
downloadiamfabulous.de-c15893f16dcc694db3b064a77272d9c0da9be2c1.tar.gz
Removes a comment.
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fd95942..dbf1406 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -4,7 +4,6 @@ var htmlmin = require('gulp-htmlmin');
var uncss = require('gulp-uncss');
gulp.task('default', function() {
- // place code for your default task here
return gulp.src('static/concat.css')
.pipe(uncss({
html: ['layouts/*.html', 'layouts/partials/*.html', 'layouts/_default/*.html']