ui, compressed images
|
@ -166,6 +166,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
imagemin: {
|
||||||
|
dist: {
|
||||||
|
options: {
|
||||||
|
optimizationLevel: 7
|
||||||
|
},
|
||||||
|
files: [{
|
||||||
|
expand: true,
|
||||||
|
cwd: 'frontend/img',
|
||||||
|
src: ['**/*.{png,jpg,gif}'],
|
||||||
|
dest: 'frontend/img/compressed-img'
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
concat: {
|
concat: {
|
||||||
css: {
|
css: {
|
||||||
src: ['<%=project.shared.css %>'],
|
src: ['<%=project.shared.css %>'],
|
||||||
|
@ -326,6 +340,17 @@
|
||||||
],
|
],
|
||||||
tasks: ['sass:dev']
|
tasks: ['sass:dev']
|
||||||
},
|
},
|
||||||
|
imagemin: {
|
||||||
|
files: [
|
||||||
|
'frontend/img/*.gif',
|
||||||
|
'frontend/img/*.png',
|
||||||
|
'frontend/img/*.jpg',
|
||||||
|
'frontend/img/*.jpeg'
|
||||||
|
],
|
||||||
|
tasks: [
|
||||||
|
'imagemin'
|
||||||
|
]
|
||||||
|
},
|
||||||
concat_in_order: {
|
concat_in_order: {
|
||||||
files: [
|
files: [
|
||||||
'frontend/js/{,*/}*.js',
|
'frontend/js/{,*/}*.js',
|
||||||
|
@ -353,6 +378,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.loadNpmTasks("grunt-sass");
|
grunt.loadNpmTasks("grunt-sass");
|
||||||
|
grunt.loadNpmTasks("grunt-contrib-imagemin");
|
||||||
grunt.loadNpmTasks("grunt-contrib-concat");
|
grunt.loadNpmTasks("grunt-contrib-concat");
|
||||||
|
|
||||||
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
|
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
|
||||||
|
@ -362,6 +388,7 @@
|
||||||
'sass:dev',
|
'sass:dev',
|
||||||
'jshint:default',
|
'jshint:default',
|
||||||
'replace',
|
'replace',
|
||||||
|
'imagemin',
|
||||||
'concat',
|
'concat',
|
||||||
'concat_in_order:sharedLibs',
|
'concat_in_order:sharedLibs',
|
||||||
'concat_in_order:default',
|
'concat_in_order:default',
|
||||||
|
|
|
@ -5170,9 +5170,9 @@ input[type="submit"].btn::-moz-focus-inner {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-arrow {
|
.tooltip-arrow {
|
||||||
|
@ -5228,15 +5228,9 @@ input[type="submit"].btn::-moz-focus-inner {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 6px;
|
border-radius: 4px;
|
||||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
||||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
||||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
-moz-background-clip: padding;
|
|
||||||
background-clip: padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.top {
|
.popover.top {
|
||||||
|
|
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 67 B |
BIN
js/apps/system/_admin/aardvark/APP/frontend/img/compressed-img/ammap/arrowUp.gif
Executable file
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 66 B |
After Width: | Height: | Size: 66 B |
After Width: | Height: | Size: 53 B |
BIN
js/apps/system/_admin/aardvark/APP/frontend/img/compressed-img/ammap/panDown.gif
Executable file
After Width: | Height: | Size: 56 B |
BIN
js/apps/system/_admin/aardvark/APP/frontend/img/compressed-img/ammap/panLeft.gif
Executable file
After Width: | Height: | Size: 57 B |
After Width: | Height: | Size: 57 B |
After Width: | Height: | Size: 56 B |
After Width: | Height: | Size: 59 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 747 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 66 B |
After Width: | Height: | Size: 66 B |
After Width: | Height: | Size: 53 B |
After Width: | Height: | Size: 56 B |
After Width: | Height: | Size: 57 B |
After Width: | Height: | Size: 57 B |
After Width: | Height: | Size: 56 B |
After Width: | Height: | Size: 59 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 747 B |
After Width: | Height: | Size: 920 B |
After Width: | Height: | Size: 103 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 394 B |
After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 660 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 855 B |
After Width: | Height: | Size: 557 B |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 274 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 613 B |
After Width: | Height: | Size: 845 B |
After Width: | Height: | Size: 252 B |
After Width: | Height: | Size: 252 B |
After Width: | Height: | Size: 303 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 920 B |
After Width: | Height: | Size: 103 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 394 B |
After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 660 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 855 B |
After Width: | Height: | Size: 557 B |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 274 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 613 B |
After Width: | Height: | Size: 845 B |
After Width: | Height: | Size: 252 B |