mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
Update Gruntfile.js
This commit is contained in:
parent
ec3ded2ad6
commit
9b35510f96
@ -55,6 +55,9 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
cssmin: {
|
cssmin: {
|
||||||
|
options: {
|
||||||
|
keepSpecialComments: 0
|
||||||
|
},
|
||||||
target: {
|
target: {
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
@ -93,4 +96,4 @@ module.exports = function(grunt) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask('default', ['copy', 'sass', 'concat', 'cssmin', 'uglify']);
|
grunt.registerTask('default', ['copy', 'sass', 'concat', 'cssmin', 'uglify']);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user