Commit 1b11f525 authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

JSLint

parent 68ac0af5
...@@ -257,7 +257,7 @@ module.exports = function (grunt) { ...@@ -257,7 +257,7 @@ module.exports = function (grunt) {
}, },
jsplumbjs: { jsplumbjs: {
src: "https://github.com/sporritt/jsPlumb/raw/" + src: "https://github.com/sporritt/jsPlumb/raw/" +
"master/dist/js/jquery.jsPlumb-1.6.2-min.js", "master/dist/js/jquery.jsPlumb-1.6.2-min.js",
relative_dest: 'lib/jquery.jsplumb.min.js', relative_dest: 'lib/jquery.jsplumb.min.js',
dest: '<%= global_config.dest %>/<%= curl.jsplumbjs.relative_dest %>' dest: '<%= global_config.dest %>/<%= curl.jsplumbjs.relative_dest %>'
} }
...@@ -266,7 +266,7 @@ module.exports = function (grunt) { ...@@ -266,7 +266,7 @@ module.exports = function (grunt) {
// src: 'https://raw.githubusercontent.com/einars/js-beautify/master/js/lib/beautify-html.js', // src: 'https://raw.githubusercontent.com/einars/js-beautify/master/js/lib/beautify-html.js',
// relative_dest: 'lib/beautify-html.js', // relative_dest: 'lib/beautify-html.js',
// dest: '<%= global_config.dest %>/<%= curl.beautifyhtml.relative_dest %>' // dest: '<%= global_config.dest %>/<%= curl.beautifyhtml.relative_dest %>'
} // }
// qunit: { // qunit: {
// all: ['test/index.html'] // all: ['test/index.html']
}, },
......
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