cache sprites and fix images caching (#9422)

This commit is contained in:
Matteo Pagliazzi
2017-11-07 11:48:23 +01:00
committed by GitHub
parent 5f37487c23
commit 19500600bc
50 changed files with 7476 additions and 7456 deletions

View File

@@ -11,7 +11,7 @@ import {each} from 'lodash';
// https://github.com/Ensighten/grunt-spritesmith/issues/67#issuecomment-34786248
const MAX_SPRITESHEET_SIZE = 1024 * 1024 * 3;
const IMG_DIST_PATH = 'website/static/sprites/';
const IMG_DIST_PATH = 'website/client/assets/images/sprites/';
const CSS_DIST_PATH = 'website/client/assets/css/sprites/';
function checkForSpecialTreatment (name) {