]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add tinydot to material concat 2252/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 2 Sep 2016 07:52:15 +0000 (09:52 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 2 Sep 2016 08:21:10 +0000 (10:21 +0200)
Gruntfile.js

index c741954973cc3321b78c893f3c92f32385e6b745..8dc5b83bdb3a8fd74d9298c6064085d7338687e4 100644 (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',
       },