Skip to content

Commit 89a5ba0

Browse files
committed
use the same js file name in the release demos
1 parent b568e82 commit 89a5ba0

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
@@ -18,7 +18,7 @@ module.exports = function( grunt ) {
1818
base: 'jquery.mobile' + suffix,
1919
// this will change for the deploy target to include version information
2020
root: 'jquery.mobile' + suffix,
21-
demosjs: 'jquery.mobile.demos' + suffix,
21+
demosjs: 'jquery.mobile.demos',
2222
structure: 'jquery.mobile.structure' + suffix,
2323
theme: 'jquery.mobile.theme' + suffix
2424
};

0 commit comments

Comments
 (0)