mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 03:02:24 +00:00
hotfix for minification issues
This commit is contained in:
parent
a262828e09
commit
7cae5b6d48
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ module.exports = function(grunt) {
|
|||
});
|
||||
});
|
||||
grunt.config.set('uglify.build.files', uglify);
|
||||
grunt.config.set('uglify.build.options', {compress: false})
|
||||
grunt.config.set('cssmin.build.files', cssmin);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue