mirror of https://gitee.com/bigwinds/arangodb
frontend cleanup
This commit is contained in:
parent
efb1691c3c
commit
261dc85217
|
@ -234,7 +234,6 @@
|
|||
'frontend/build/app.js': [
|
||||
'<%=project.standalone.graphViewer %>',
|
||||
'<%=project.standalone.modules %>',
|
||||
'frontend/build/arangoes5.js',
|
||||
'<%=project.standalone.js %>'
|
||||
]
|
||||
},
|
||||
|
@ -263,25 +262,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
sharedES: {
|
||||
src: [
|
||||
"frontend/js/bootstrap/modules/internal.js",
|
||||
"frontend/js/bootstrap/errors.js",
|
||||
"frontend/js/bootstrap/modules/console.js",
|
||||
"frontend/js/client/bootstrap/modules/internal.js",
|
||||
"frontend/js/modules/**/*.js",
|
||||
"frontend/js/client/client.js"
|
||||
],
|
||||
dest: 'frontend/build/arangoes6.js',
|
||||
options: {
|
||||
extractRequired: function () {
|
||||
return [];
|
||||
},
|
||||
extractDeclared: function () {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
},
|
||||
htmlStandalone: {
|
||||
src: [
|
||||
"frontend/html/start.html.part",
|
||||
|
@ -298,7 +278,6 @@
|
|||
'frontend/build/lib.test.js': [
|
||||
'<%=project.shared.lib %>',
|
||||
'<%=project.standalone.lib %>',
|
||||
'frontend/build/arangoes5.js',
|
||||
'<%=project.standalone.modules %>'
|
||||
],
|
||||
'frontend/build/app.test.js': [
|
||||
|
@ -338,17 +317,6 @@
|
|||
]
|
||||
},
|
||||
|
||||
babel: {
|
||||
options: {
|
||||
sourceMap: false
|
||||
},
|
||||
dist: {
|
||||
files: {
|
||||
'frontend/build/arangoes5.js': 'frontend/build/arangoes6.js'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
uglify: {
|
||||
default1: {
|
||||
files: {
|
||||
|
@ -397,7 +365,6 @@
|
|||
'frontend/js/graphViewer/**/*.js'
|
||||
],
|
||||
tasks: [
|
||||
'concat_in_order:sharedES',
|
||||
'concat_in_order:default',
|
||||
'compress',
|
||||
]
|
||||
|
@ -433,8 +400,6 @@
|
|||
'jshint:default',
|
||||
'replace',
|
||||
'concat',
|
||||
'concat_in_order:sharedES',
|
||||
'babel',
|
||||
'concat_in_order:default',
|
||||
'concat_in_order:htmlStandalone',
|
||||
'cssmin',
|
||||
|
@ -448,8 +413,6 @@
|
|||
'jshint:default',
|
||||
'replace',
|
||||
'concat',
|
||||
'concat_in_order:sharedES',
|
||||
'babel',
|
||||
'concat_in_order:default',
|
||||
'concat_in_order:htmlStandalone',
|
||||
'concurrent:uglifyFast',
|
||||
|
@ -462,8 +425,6 @@
|
|||
'replace',
|
||||
'imagemin',
|
||||
'concat',
|
||||
'concat_in_order:sharedES',
|
||||
'babel',
|
||||
'concat_in_order:libs',
|
||||
'concat_in_order:default',
|
||||
'concat_in_order:htmlStandalone',
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
"use strict";
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1,2 +0,0 @@
|
|||
<script src="libs.js?version=1463672358777"></script>
|
||||
<script src="app.js?version=1463672358777"></script>
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -57,10 +57,6 @@
|
|||
"path": "frontend/src/ace.min.js",
|
||||
"gzip": true
|
||||
},
|
||||
"/arangoes5.js": {
|
||||
"path": "frontend/build/arangoes5.min.js",
|
||||
"gzip": true
|
||||
},
|
||||
"/app.js": {
|
||||
"path": "frontend/build/app.min.js",
|
||||
"gzip": true
|
||||
|
|
Loading…
Reference in New Issue