forked from wallabag/wallabag
Add tinydot to material concat
This commit is contained in:
@ -45,6 +45,7 @@ module.exports = function (grunt) {
|
|||||||
src: [
|
src: [
|
||||||
'<%= appDir %>/themes/material/js/init.js',
|
'<%= appDir %>/themes/material/js/init.js',
|
||||||
'<%= appDir %>/themes/_global/js/restoreScroll.js',
|
'<%= appDir %>/themes/_global/js/restoreScroll.js',
|
||||||
|
'node_modules/jquery.tinydot/src/jquery.tinydot.js',
|
||||||
],
|
],
|
||||||
dest: '<%= buildDir %>/material.js',
|
dest: '<%= buildDir %>/material.js',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user