File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,25 @@ module.exports = function ( grunt ) {
2424 expand : true ,
2525 cwd : 'src/font' ,
2626 src : '**/*.eot' ,
27- dest : '<%= dist %>/release/'
27+ dest : '<%= dist %>/release/fonts '
2828 } ,
2929 {
3030 expand : true ,
3131 cwd : 'src/font' ,
3232 src : '**/*.svg' ,
33- dest : '<%= dist %>/release/'
33+ dest : '<%= dist %>/release/fonts '
3434 } ,
3535 {
3636 expand : true ,
3737 cwd : 'src/font' ,
3838 src : '**/*.ttf' ,
39- dest : '<%= dist %>/release/'
39+ dest : '<%= dist %>/release/fonts '
4040 } ,
4141 {
4242 expand : true ,
4343 cwd : 'src/font' ,
4444 src : '**/*.woff' ,
45- dest : '<%= dist %>/release/'
45+ dest : '<%= dist %>/release/fonts '
4646 }
4747 ]
4848 } ,
Original file line number Diff line number Diff line change 8787/* *
8888* @section font library path
8989*/
90- @font-path : ' ' ;
90+ @font-path : ' fonts/ ' ;
9191
9292/* -- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
You can’t perform that action at this time.
0 commit comments