Commit 70f7552f authored by Jérome Perrin's avatar Jérome Perrin

GUI: include daff library https://github.com/paulfitz/daff

parent 1fcc8ffa
......@@ -253,6 +253,11 @@ module.exports = function (grunt) {
relative_dest: 'lib/moment.js',
dest: '<%= global_config.dest %>/<%= curl.momentjs.relative_dest %>'
},
daff: {
src: "<%= global_config.lib %>/daff.js",
relative_dest: 'lib/daff.js',
dest: '<%= global_config.dest %>/<%= curl.daff.relative_dest %>'
},
handsontablejs: {
src: 'https://raw.githubusercontent.com/warpech/' +
'jquery-handsontable/v0.10.5/dist/jquery.handsontable.full.js',
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment