Add tinydot to material concat

This commit is contained in:
Jeremy Benoist 2016-09-02 09:52:15 +02:00
parent a374ac0fd3
commit a8d5aa1c44
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C
1 changed files with 1 additions and 0 deletions

View File

@ -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',
},