Skip to content

Commit 1c9bdc4

Browse files
committed
(AMEND) Gruntfile: Build jquery-ui.js using requirejs
1 parent 6794879 commit 1c9bdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ grunt.registerMultiTask( "pre-requirejs", "Create require that will include appr
305305
}
306306
});
307307

308-
grunt.registerMultiTask('post-requirejs', "Strip define call from dist file", function() {
308+
grunt.registerMultiTask( "post-requirejs", "Strip define call from dist file", function() {
309309
this.filesSrc.forEach(function( filepath ) {
310310
// Remove `define("main" ...)` and `define("jquery-ui" ...)`
311311
var contents = grunt.file.read( filepath ).replace( /define\("(main|jquery-ui)", function\(\)\{\}\);/g, "" );

0 commit comments

Comments
 (0)