mirror of https://gitee.com/bigwinds/arangodb
added css gzip, removed unused css
This commit is contained in:
parent
92ae28ef8a
commit
72c42fb523
|
@ -193,6 +193,39 @@
|
|||
ext: '.html.gz'
|
||||
}]
|
||||
},
|
||||
standaloneCSS: {
|
||||
options: {
|
||||
mode: 'gzip'
|
||||
},
|
||||
files: [{
|
||||
expand: true,
|
||||
src: ['frontend/build/*.css'],
|
||||
dest: '.',
|
||||
ext: '.css.gz'
|
||||
}]
|
||||
},
|
||||
clusterCSS: {
|
||||
options: {
|
||||
mode: 'gzip'
|
||||
},
|
||||
files: [{
|
||||
expand: true,
|
||||
src: ['clusterFrontend/build/*.css'],
|
||||
dest: '.',
|
||||
ext: '.css.gz'
|
||||
}]
|
||||
},
|
||||
sharedCSS: {
|
||||
options: {
|
||||
mode: 'gzip'
|
||||
},
|
||||
files: [{
|
||||
expand: true,
|
||||
src: ['build/*.css'],
|
||||
dest: '.',
|
||||
ext: '.css.gz'
|
||||
}]
|
||||
},
|
||||
standaloneJS: {
|
||||
options: {
|
||||
mode: 'gzip'
|
||||
|
@ -247,7 +280,7 @@
|
|||
files: {
|
||||
'frontend/build/style-minified.css': ['frontend/build/style.css'],
|
||||
'build/extra-minified.css': ['build/extra.css'],
|
||||
'frontend/scss/cluster-minified.css': ['frontend/scss/cluster.css'],
|
||||
'clusterFrontend/build/cluster-minified.css': ['frontend/scss/cluster.css'],
|
||||
'clusterFrontend/build/style-minified.css': ['clusterFrontend/build/style.css']
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1,30 +0,0 @@
|
|||
/* States */
|
||||
.state-green {
|
||||
color: #8aa051; }
|
||||
|
||||
.state-yellow {
|
||||
color: #ff8f35; }
|
||||
|
||||
.state-red {
|
||||
color: #da4f49; }
|
||||
|
||||
.navbar {
|
||||
height: 76px !important; }
|
||||
.navbar .clusterNavbar {
|
||||
background-color: #333333;
|
||||
height: 38px;
|
||||
padding-top: 38px;
|
||||
width: 100%; }
|
||||
.navbar .clusterNavbar ul {
|
||||
font-weight: 100; }
|
||||
.navbar .clusterNavbar ul li {
|
||||
float: left;
|
||||
margin-right: 15px; }
|
||||
|
||||
div.centralRow {
|
||||
margin-top: 103px; }
|
||||
|
||||
.footer {
|
||||
font-weight: 100; }
|
||||
|
||||
/*# sourceMappingURL=clusterV2.css.map */
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"version": 3,
|
||||
"mappings": ";AAAA,YAAa;EACX,KAAK,ECCS,OAAO;;ADEvB,aAAc;EACZ,KAAK,ECFU,OAAO;;ADKxB,UAAW;EACT,KAAK,ECLO,OAAO;;ACJrB,OAAQ;EAEN,MAAM,EAAE,eAAe;EAEvB,sBAAe;IACb,gBAAgB,EAAE,OAAO;IACzB,MAAM,EAAE,IAAI;IACZ,WAAW,EAAE,IAAI;IACjB,KAAK,EAAE,IAAI;IAEX,yBAAG;MAED,WAAW,EAAE,GAAG;MAEhB,4BAAG;QACD,KAAK,EAAE,IAAI;QACX,YAAY,EAAE,IAAI;;AChB1B,cAAe;EACb,UAAU,EAAE,KAAK;;ACDnB,OAAQ;EACN,WAAW,EAAE,GAAG",
|
||||
"sources": ["../scss/_states.scss","../scss/_colors.scss","../scss/_clusterNavbar.scss","../scss/_clusterLayout.scss","../scss/_clusterFooter.scss"],
|
||||
"names": [],
|
||||
"file": "clusterV2.css"
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -53,19 +53,19 @@
|
|||
},
|
||||
"/css/sass.css": {
|
||||
"path": "frontend/build/style-minified.css",
|
||||
"gzip": false
|
||||
"gzip": true
|
||||
},
|
||||
"/css/style.css": {
|
||||
"path": "build/extra-minified.css",
|
||||
"gzip": false
|
||||
"gzip": true
|
||||
},
|
||||
"/css/cluster.css": {
|
||||
"path": "frontend/scss/cluster-minified.css",
|
||||
"gzip": false
|
||||
"path": "clusterFrontend/build/cluster-minified.css",
|
||||
"gzip": true
|
||||
},
|
||||
"/css/cluster2.css": {
|
||||
"path": "clusterFrontend/build/style-minified.css",
|
||||
"gzip": false
|
||||
"gzip": true
|
||||
},
|
||||
"/cluster.js": {
|
||||
"path": "clusterFrontend/build/cluster.js",
|
||||
|
|
Loading…
Reference in New Issue