diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-02 09:52:15 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-02 10:21:10 +0200 |
commit | a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9 (patch) | |
tree | 298688e9e299a23649be927f7dfcfe6299357611 /Gruntfile.js | |
parent | a374ac0fd34d8fe6eb5540617ab3f5b0a8b81095 (diff) | |
download | wallabag-a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9.tar.gz wallabag-a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9.tar.zst wallabag-a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9.zip |
Add tinydot to material concat
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 | }, |