diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-14 09:37:53 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-14 09:37:53 -0400 |
commit | 4a215e3f7215e17e0010d9439a78f74fd2c2fd66 (patch) | |
tree | 572df80a6a92831e303c772617508ed12195d912 | |
parent | 38aac3770cc1e22e5e7225b90c47b37d857be13a (diff) | |
download | jquery-ui-4a215e3f7215e17e0010d9439a78f74fd2c2fd66.tar.gz jquery-ui-4a215e3f7215e17e0010d9439a78f74fd2c2fd66.zip |
Grunt: Coding standards.
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ grunt.loadNpmTasks( "grunt-html" ); grunt.loadNpmTasks( "grunt-compare-size" ); grunt.loadNpmTasks( "grunt-junit" ); // local testswarm and build tasks -grunt.loadTasks( 'build/tasks'); +grunt.loadTasks( "build/tasks" ); grunt.registerHelper( "strip_all_banners", function( filepath ) { return grunt.file.read( filepath ).replace( /^\s*\/\*[\s\S]*?\*\/\s*/g, "" ); |