Po uruchomieniu grunt build
pozostaje mi bez katalogu fonts
wewnątrz dist/styles
. Co robię źle?Dlaczego Yeoman buduje bez/style/czcionki?
Oto co mam w Gruntfile.js
:
compass: { options: { sassDir: '<%= yeoman.app %>/styles', cssDir: '.tmp/styles', imagesDir: '<%= yeoman.app %>/../images', javascriptsDir: '<%= yeoman.app %>/scripts', fontsDir: '<%= yeoman.app %>/../styles/fonts', importPath: 'app/bower_components', relativeAssets: true, }, dist: { options: { imagesDir: '<%= yeoman.dist %>/images', fontsDir: '<%= yeoman.app %>/../styles/fonts' } }, server: { options: { debugInfo: true } } },
Nie pewny układzie projektu, ale należy 'fontsDir' pod' 'yeoman.dist' dist' być zamiast' yeoman.app' ? – dc5
Próbowałem, że nadal nie ma katalogu czcionek. Dist.options jest początkowo pusty. To tylko ja, próbowałem rzeczy. – Birowsky