Skip to content

Commit

Permalink
update closure compiler path
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 18, 2024
1 parent 80c8571 commit 20be522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ gulp.task('styles-grid', () => {
gulp.task('closure', () => {
return gulp.src(SOURCES)
.pipe(closureCompiler({
compilerPath: 'node_modules/google-closure-compiler/compiler.jar',
compilerPath: 'node_modules/google-closure-compiler-java/compiler.jar',
fileName: 'material.closure.min.js',
compilerFlags: {
// jscs:disable requireCamelCaseOrUpperCaseIdentifiers
Expand Down

0 comments on commit 20be522

Please sign in to comment.