Skip to content

Commit

Permalink
Removing comments to workaround Googlebot bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Mar 4, 2019
1 parent 294e31e commit 494676c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,21 +170,6 @@ module.exports = function(grunt) {
port: 8087
}
},
// uglify: {
// options: {
// preserveComments: false
// },
// app: {
// files: { 'tmp/js/app.js': ['tmp/js/app.js'] }
// },
// vendor: {
// options: {
// mangle: false,
// compress: false
// },
// files: { 'tmp/js/vendor.js': ['tmp/js/vendor.js'] }
// }
// },
watch: {
options: {
interrupt: true,
Expand Down
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ function config(grunt) {
terserOptions: {
compress: {
comparisons: false
},
output: {
comments: false
}
}
}),
Expand Down

0 comments on commit 494676c

Please sign in to comment.