mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
trigger sprite with new hash
This commit is contained in:
parent
8aff81bda7
commit
28064c74ad
@ -23,9 +23,9 @@
|
|||||||
# http://enable-cors.org/
|
# http://enable-cors.org/
|
||||||
# http://www.w3.org/TR/cors/
|
# http://www.w3.org/TR/cors/
|
||||||
|
|
||||||
<IfModule mod_headers.c>
|
# <IfModule mod_headers.c>
|
||||||
Header set Access-Control-Allow-Origin "*"
|
# Header set Access-Control-Allow-Origin "*"
|
||||||
</IfModule>
|
# </IfModule>
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# | Cross-origin images |
|
# | Cross-origin images |
|
||||||
|
@ -40,7 +40,7 @@ var icons = {
|
|||||||
dist: dist + '/assets/img/',
|
dist: dist + '/assets/img/',
|
||||||
prefix: 'entypo-',
|
prefix: 'entypo-',
|
||||||
icons: [
|
icons: [
|
||||||
'twitter', 'facebook', 'google+', 'magnifying-glass', 'menu', 'rss', 'link', 'arrow-with-circle-down', 'forward', 'heart', 'info-with-circle', 'infinity', 'github', 'star', 'chevron-right', 'chevron-left'
|
'twitter', 'facebook', 'google+', 'magnifying-glass', 'menu', 'rss', 'link', 'arrow-with-circle-down', 'forward', 'heart', 'info-with-circle', 'infinity', 'github', 'chevron-right', 'chevron-left'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -374,7 +374,7 @@ gulp.task('build', function(cb) {
|
|||||||
'revision',
|
'revision',
|
||||||
'revision-replace',
|
'revision-replace',
|
||||||
'cdn',
|
'cdn',
|
||||||
'imagemin',
|
//'imagemin',
|
||||||
cb
|
cb
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user