Skip to content

Commit 5228536

Browse files
committed
fix(grunt:filerev): don't rev assets/fonts/
[skip ci]
1 parent e065621 commit 5228536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/templates/Gruntfile(grunt).js

+1-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ module.exports = function (grunt) {
284284
dist: {
285285
src: [
286286
'<%%= yeoman.dist %>/<%%= yeoman.client %>/!(bower_components){,*/}*.{js,css}',
287-
'<%%= yeoman.dist %>/<%%= yeoman.client %>/assets/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
288-
'<%%= yeoman.dist %>/<%%= yeoman.client %>/assets/fonts/*'
287+
'<%%= yeoman.dist %>/<%%= yeoman.client %>/assets/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}'
289288
]
290289
}
291290
},

0 commit comments

Comments
 (0)