1
0
Fork 0

Added modified gruntfile and manifest for the query view fix

This commit is contained in:
Michael Hackstein 2015-02-19 17:16:03 +01:00
parent 5f717d05fd
commit be5352441f
2 changed files with 14 additions and 3 deletions

View File

@ -46,7 +46,11 @@
"frontend/js/lib/highlight.7.3.pack.js", "frontend/js/lib/highlight.7.3.pack.js",
"frontend/js/lib/joi.browser.js", "frontend/js/lib/joi.browser.js",
"frontend/js/lib/md5.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: [ graphViewer: [
"frontend/js/graphViewer/graph/*", "frontend/js/graphViewer/graph/*",
@ -223,5 +227,9 @@
'concat_in_order:coverage' 'concat_in_order:coverage'
]); ]);
grunt.registerTask('peter', [
'concat_in_order:default',
]);
}; };
}()); }());

View File

@ -130,7 +130,7 @@
"app.js": { "app.js": {
"files": [ "files": [
"frontend/build/app.min.js" "frontend/build/app.js"
] ]
}, },
@ -282,7 +282,10 @@
"/fonts": "frontend/fonts", "/fonts": "frontend/fonts",
"/img" : "frontend/img", "/img" : "frontend/img",
"/js/arango/aqltemplates.json" : "frontend/aqltemplates.json", "/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": "." "lib": "."