mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
Added in comment about why images need to be broken up
This commit is contained in:
parent
916de09914
commit
afe6177da6
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ gulp.task('hashres', function() {
|
|||
});
|
||||
|
||||
gulp.task('sprite', function(cb) {
|
||||
// Mobile Safari can't render image files > 1024x1024*3, so we have to break it down to multiple
|
||||
// files in this hack approach. See https://github.com/Ensighten/grunt-spritesmith/issues/67#issuecomment-34786248
|
||||
var images = glob.sync('./common/img/sprites/spritesmith/**/*.png');
|
||||
// var totalDims = {width:0,height:0};
|
||||
// _.each(images, function(img){
|
||||
|
|
|
|||
Loading…
Reference in a new issue