Skip to content

Commit 4a215e3

Browse files
committed
Grunt: Coding standards.
1 parent 38aac37 commit 4a215e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ grunt.loadNpmTasks( "grunt-html" );
8787
grunt.loadNpmTasks( "grunt-compare-size" );
8888
grunt.loadNpmTasks( "grunt-junit" );
8989
// local testswarm and build tasks
90-
grunt.loadTasks( 'build/tasks');
90+
grunt.loadTasks( "build/tasks" );
9191

9292
grunt.registerHelper( "strip_all_banners", function( filepath ) {
9393
return grunt.file.read( filepath ).replace( /^\s*\/\*[\s\S]*?\*\/\s*/g, "" );

0 commit comments

Comments
 (0)