diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c7419549..8dc5b83b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js | |||
@@ -45,6 +45,7 @@ module.exports = function (grunt) { | |||
45 | src: [ | 45 | src: [ |
46 | '<%= appDir %>/themes/material/js/init.js', | 46 | '<%= appDir %>/themes/material/js/init.js', |
47 | '<%= appDir %>/themes/_global/js/restoreScroll.js', | 47 | '<%= appDir %>/themes/_global/js/restoreScroll.js', |
48 | 'node_modules/jquery.tinydot/src/jquery.tinydot.js', | ||
48 | ], | 49 | ], |
49 | dest: '<%= buildDir %>/material.js', | 50 | dest: '<%= buildDir %>/material.js', |
50 | }, | 51 | }, |