1
0
Fork 0

fixed Gruntfile to include cluster stuff

This commit is contained in:
Jan Steemann 2015-09-25 15:06:14 +02:00
parent c7012ebf0b
commit 0ebf0be777
1 changed files with 22 additions and 0 deletions

View File

@ -245,6 +245,17 @@
ext: '.js.gz'
}]
},
clusterMinJS: {
options: {
mode: 'gzip'
},
files: [{
expand: true,
src: ['clusterFrontend/build/cluster.min.js'],
dest: '.',
ext: '.min.js.gz'
}]
},
aceJS: {
options: {
mode: 'gzip'
@ -277,6 +288,17 @@
dest: '.',
ext: '.js.gz'
}]
},
sharedMinJS: {
options: {
mode: 'gzip'
},
files: [{
expand: true,
src: ['build/sharedLibs.min.js'],
dest: '.',
ext: '.min.js.gz'
}]
}
},