Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
build(): remove gulp-debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Jan 27, 2015
1 parent 4e47a17 commit 572da37
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('build-all-modules', function() {
})),
themeBuildStream().pipe(
gulp.dest(path.join(BUILD_MODE.outputDir, 'core'))
).pipe(require('gulp-debug')()));
));
});

function buildModule(module, isRelease) {
Expand Down

0 comments on commit 572da37

Please sign in to comment.