diff options
| author | Horus3 | 2016-10-21 22:40:20 +0200 |
|---|---|---|
| committer | Horus3 | 2016-10-21 22:40:20 +0200 |
| commit | c15893f16dcc694db3b064a77272d9c0da9be2c1 (patch) | |
| tree | 87bab5e0bda7e379dfd480a444a9ad53a8b8c1f7 /gulpfile.js | |
| parent | ee206aff49565a04e3753cf07dcf1787b0dc5850 (diff) | |
| download | iamfabulous.de-c15893f16dcc694db3b064a77272d9c0da9be2c1.tar.gz | |
Removes a comment.
Diffstat (limited to 'gulpfile.js')
| -rw-r--r-- | gulpfile.js | 1 |
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'] |
