mirror of https://gitee.com/bigwinds/arangodb
Added modified gruntfile and manifest for the query view fix
This commit is contained in:
parent
5f717d05fd
commit
be5352441f
|
@ -46,7 +46,11 @@
|
|||
"frontend/js/lib/highlight.7.3.pack.js",
|
||||
"frontend/js/lib/joi.browser.js",
|
||||
"frontend/js/lib/md5.js",
|
||||
"frontend/src/ace.js"
|
||||
"frontend/src/ace.js",
|
||||
"frontend/src/theme-textmate.js",
|
||||
"frontend/src/mode-json.js",
|
||||
"frontend/src/mode-aql.js"
|
||||
|
||||
],
|
||||
graphViewer: [
|
||||
"frontend/js/graphViewer/graph/*",
|
||||
|
@ -223,5 +227,9 @@
|
|||
'concat_in_order:coverage'
|
||||
]);
|
||||
|
||||
grunt.registerTask('peter', [
|
||||
'concat_in_order:default',
|
||||
]);
|
||||
|
||||
};
|
||||
}());
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
"app.js": {
|
||||
"files": [
|
||||
"frontend/build/app.min.js"
|
||||
"frontend/build/app.js"
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -282,7 +282,10 @@
|
|||
"/fonts": "frontend/fonts",
|
||||
"/img" : "frontend/img",
|
||||
"/js/arango/aqltemplates.json" : "frontend/aqltemplates.json",
|
||||
"/" : "frontend/src"
|
||||
"/theme-textmate.js": "frontend/src/theme-textmate.js",
|
||||
"/mode-json.js": "frontend/src/mode-json.js",
|
||||
"/mode-aql.js": "frontend/src/mode-aql.js",
|
||||
"/worker-json.js" : "frontend/src/worker-json.js"
|
||||
},
|
||||
|
||||
"lib": "."
|
||||
|
|
Loading…
Reference in New Issue