mirror of https://github.com/wallabag/wallabag.git
Add tinydot to material concat
This commit is contained in:
parent
a374ac0fd3
commit
a8d5aa1c44
|
@ -45,6 +45,7 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
'<%= appDir %>/themes/material/js/init.js',
|
||||
'<%= appDir %>/themes/_global/js/restoreScroll.js',
|
||||
'node_modules/jquery.tinydot/src/jquery.tinydot.js',
|
||||
],
|
||||
dest: '<%= buildDir %>/material.js',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue