Include jsonata from dependency on build and improve func highlight

This commit is contained in:
Nick O'Leary
2016-11-23 23:15:30 +00:00
parent eaa4b76ede
commit 534b07d120
6 changed files with 120 additions and 2824 deletions

View File

@@ -154,7 +154,7 @@ module.exports = function(grunt) {
// bootstrap/FA/jquery
],
"public/vendor/jsonata/jsonata.js": [
"editor/vendor/jsonata/jsonata.js",
"node_modules/jsonata/jsonata.js",
"editor/vendor/jsonata/formatter.js"
]
}