Skip to content

Commit cd2394e

Browse files
committed
ビルド時にフォントファイルをリネームしないように変更
angular-fullstack/generator-angular-fullstack#977
1 parent fa1c55a commit cd2394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ module.exports = function(grunt) {
245245
'<%= yeoman.dist %>/public/{,*/}*.js',
246246
'<%= yeoman.dist %>/public/{,*/}*.css',
247247
'<%= yeoman.dist %>/public/assets/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
248-
'<%= yeoman.dist %>/public/assets/fonts/*'
248+
// '<%= yeoman.dist %>/public/assets/fonts/*'
249249
]
250250
}
251251
}

0 commit comments

Comments
 (0)