mirror of https://gitee.com/bigwinds/arangodb
2.7: adjusted manifests.
This commit is contained in:
parent
51baafd941
commit
938bc16ee0
|
@ -35,12 +35,6 @@
|
|||
},
|
||||
|
||||
"assets": {
|
||||
"documentation.html": {
|
||||
"files": [
|
||||
"frontend/html/documentation.html"
|
||||
]
|
||||
},
|
||||
|
||||
"documentation.js": {
|
||||
"files": [
|
||||
"frontend/js/lib/jquery-2.1.0.min.js",
|
||||
|
@ -58,42 +52,6 @@
|
|||
]
|
||||
},
|
||||
|
||||
"standalone.html": {
|
||||
"files": [
|
||||
"frontend/build/standalone.html"
|
||||
]
|
||||
},
|
||||
|
||||
"cluster.html": {
|
||||
"files": [
|
||||
"clusterFrontend/build/cluster.html"
|
||||
]
|
||||
},
|
||||
|
||||
"cluster.js": {
|
||||
"files": [
|
||||
"clusterFrontend/build/cluster.js"
|
||||
]
|
||||
},
|
||||
|
||||
"ace.js": {
|
||||
"files": [
|
||||
"frontend/src/ace.js"
|
||||
]
|
||||
},
|
||||
|
||||
"sharedLibs.js": {
|
||||
"files": [
|
||||
"build/sharedLibs.js"
|
||||
]
|
||||
},
|
||||
|
||||
"app.js": {
|
||||
"files": [
|
||||
"frontend/build/app.js"
|
||||
]
|
||||
},
|
||||
|
||||
"libs.js": {
|
||||
"files": [
|
||||
"frontend/js/lib/jquery-ui-1.9.2.custom.js",
|
||||
|
@ -124,12 +82,6 @@
|
|||
]
|
||||
},
|
||||
|
||||
"css/sass.css": {
|
||||
"files": [
|
||||
"frontend/build/style.css"
|
||||
]
|
||||
},
|
||||
|
||||
"css/style.css": {
|
||||
"files": [
|
||||
"frontend/css/swagger/hightlight.default.css",
|
||||
|
@ -155,6 +107,14 @@
|
|||
},
|
||||
|
||||
"files": {
|
||||
"/documentation.html": "frontend/html/documentation.html",
|
||||
"/standalone.html": "frontend/build/standalone.html",
|
||||
"/cluster.html": "frontend/build/cluster.html",
|
||||
"/css/sass.css": "frontend/build/style.css",
|
||||
"/cluster.js": "clusterFrontend/build/cluster.js",
|
||||
"/ace.js": "frontend/src/ace.js",
|
||||
"/sharedLibs.js": "build/sharedLibs.js",
|
||||
"/app.js": "frontend/build/app.js",
|
||||
"/favicon.ico" : "favicon.ico",
|
||||
"/api-docs.json": "api-docs.json",
|
||||
"/api-docs": "api-docs",
|
||||
|
|
|
@ -21,26 +21,11 @@
|
|||
"controllers": {
|
||||
"/": "cerberus.js"
|
||||
},
|
||||
"assets": {
|
||||
"changePassword.html": {
|
||||
"files": [
|
||||
"html/changePassword.html"
|
||||
]
|
||||
},
|
||||
"confirmed.html": {
|
||||
"files": [
|
||||
"html/confirmed.html"
|
||||
]
|
||||
},
|
||||
"invalid.html": {
|
||||
"files": [
|
||||
"html/invalid.html"
|
||||
]
|
||||
},
|
||||
"style.css": {
|
||||
"files": [
|
||||
"css/style.css"
|
||||
]
|
||||
}
|
||||
|
||||
"files": {
|
||||
"changePassword.html": "html/changePassword.html",
|
||||
"confirmed.html": "html/confirmed.html",
|
||||
"invalid.html": "html/invalid.html",
|
||||
"style.css": "css/style.css"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,5 +26,7 @@
|
|||
|
||||
"lib": ".",
|
||||
|
||||
"setup": "setup.js"
|
||||
"scripts": {
|
||||
"setup": "setup.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue