Commit 3851059f authored by jgould's avatar jgould

PapaParse

parent 3e5b5bfb
......@@ -47,7 +47,7 @@ module.exports = function (grunt) {
},
extJsAll: {
src: ['js/morpheus-external.min.js',
'js/plotly-latest.min.js'],
'js/plotly-latest.min.js', 'js/papaparse.min.js'],
dest: 'js/morpheus-external-latest.min.js'
},
extJs: {
......@@ -66,7 +66,7 @@ module.exports = function (grunt) {
'js/hopscotch.min.js', 'js/typed.min.js',
'js/jquery.event.drag-2.2.js',
'js/clipboard.min.js', 'js/slick.min.js',
'js/js.cookie.js', 'js/d3.layout.cloud.js', 'js/papaparse.min.js']
'js/js.cookie.js', 'js/d3.layout.cloud.js']
},
morpheus: {
nonull: true,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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