From a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 2 Sep 2016 09:52:15 +0200 Subject: [PATCH] Add tinydot to material concat --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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) { 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', }, -- 2.41.0