mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-23 14:06:18 +00:00
Add tinydot to material concat
This commit is contained in:
parent
a374ac0fd3
commit
a8d5aa1c44
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue