We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aac37 commit 4a215e3Copy full SHA for 4a215e3
grunt.js
@@ -87,7 +87,7 @@ grunt.loadNpmTasks( "grunt-html" );
87
grunt.loadNpmTasks( "grunt-compare-size" );
88
grunt.loadNpmTasks( "grunt-junit" );
89
// local testswarm and build tasks
90
-grunt.loadTasks( 'build/tasks');
+grunt.loadTasks( "build/tasks" );
91
92
grunt.registerHelper( "strip_all_banners", function( filepath ) {
93
return grunt.file.read( filepath ).replace( /^\s*\/\*[\s\S]*?\*\/\s*/g, "" );
0 commit comments