Skip to content

Commit

Permalink
- added sw.js to minify exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed May 12, 2024
1 parent deee49a commit b19903a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ assets {
minifyOptions = [
languageMode : 'ES6', //languageIn
// targetLanguage: 'ES5', // languageOut
excludes: ['sw.js', '**/*.min.js']
]

includes = []
excludes = ["**/*.scss", '**/*.less','**/build/hintrc.js', 'hintrc.unminified.js', '**/spec.hintrc.js', 'spec.hintrc.unminified.js', 'node_modules/**', 'sw.js']
excludes = ["**/*.scss", '**/*.less','**/build/hintrc.js', 'hintrc.unminified.js', '**/spec.hintrc.js', 'spec.hintrc.unminified.js', 'node_modules/**']
}

if (Boolean.valueOf(inplace)) {
Expand Down

0 comments on commit b19903a

Please sign in to comment.