mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix(performance): cache spritesmith image, fix #2633
This commit is contained in:
parent
f2bb1fd26e
commit
f03d7d7dde
1 changed files with 1 additions and 2 deletions
|
|
@ -70,8 +70,7 @@ module.exports = function(grunt) {
|
|||
src: [
|
||||
'build/*.js', 'build/*.css', 'build/favicon.ico',
|
||||
'build/bower_components/bootstrap/docs/assets/css/*.css',
|
||||
'build/bower_components/habitrpg-shared/dist/*.css',
|
||||
'build/bower_components/habitrpg-shared/dist/*.png'
|
||||
'build/bower_components/habitrpg-shared/dist/*.css'
|
||||
],
|
||||
dest: 'make-sure-i-do-not-exist'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue