We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb045c5 commit 5a24b83Copy full SHA for 5a24b83
app/templates/Gruntfile(grunt).js
@@ -311,6 +311,9 @@ module.exports = function (grunt) {
311
],
312
// This is so we update image references in our ng-templates
313
patterns: {
314
+ css: [
315
+ [/(assets\/images\/.*?\.(?:gif|jpeg|jpg|png|webp|svg))/gm, 'Update the CSS to reference our revved images']
316
+ ],
317
js: [
318
[/(assets\/images\/.*?\.(?:gif|jpeg|jpg|png|webp|svg))/gm, 'Update the JS to reference our revved images']
319
]
0 commit comments