run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
This commit is contained in:
parent
da445e7c69
commit
ea2e2d4e19
49 changed files with 859 additions and 682 deletions
|
|
@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
|||
stderr: true
|
||||
},
|
||||
command: grunt.option('target') === 'dev' ?
|
||||
'node ./util/build.js -d ' : 'node ./util/build.js '
|
||||
'node ./util/build.js -d ' : 'node ./util/build.js '
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
@ -46,6 +46,6 @@ module.exports = function(grunt) {
|
|||
}
|
||||
});
|
||||
|
||||
grunt.registerTask('default', ['shell','watch']);
|
||||
grunt.registerTask('default', ['shell', 'watch']);
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue