Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #377 from PolymerElements/revert-365-patches
Browse files Browse the repository at this point in the history
Revert "Fix 'clean' task in gulpfile.js"
  • Loading branch information
addyosmani committed Sep 22, 2015
2 parents 375cd3b + b756fa2 commit cfe65cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ gulp.task('cache-config', function (callback) {

// Clean output directory
gulp.task('clean', function (cb) {
return del(['.tmp', 'dist'], cb);
del(['.tmp', 'dist'], cb);
});

// Watch files for changes & reload
Expand Down

0 comments on commit cfe65cc

Please sign in to comment.