Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
au2 committed Sep 15, 2014
1 parent 0581e43 commit 430fd6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ module.exports = function (grunt) {
}
},
jsbeautifier: {
beautify: { // ***** WARNING: please do not remove '!lib/generator/**/*.js' from src array. *****
// It will make generator files very unreadable and take many hours to undo
beautify: {
src: ['Gruntfile.js', 'lib/*.js', 'lib/**/*.js', 'test/*.js', 'test/**/*.js', 'lib/generator/*.js', 'lib/generator/**/*.js'],
options: {
config: '.jsbeautifyrc'
Expand Down

0 comments on commit 430fd6a

Please sign in to comment.