回答編集履歴
1
添削
answer
CHANGED
@@ -17,6 +17,6 @@
|
|
17
17
|
/* ... */
|
18
18
|
```
|
19
19
|
|
20
|
-
[gulp-replace](https://github.com/lazd/gulp-replace)などを利用して
|
20
|
+
[gulp-replace](https://github.com/lazd/gulp-replace)などを利用して、コンパイルしたcssのurlを直接書き換える方法なども考えられますが、上記が行儀の良い無難な方法に見えます。
|
21
21
|
|
22
22
|
また、[main-bower-files](https://github.com/ck86/main-bower-files)ですが、これはbower.jsonのmainで定義されているファイルのパスをあくまで返すだけなので、取得したフォントのパスがmainに定義されていない場合は、[自分で定義し直す必要があります](https://github.com/ck86/main-bower-files#overrides-options)。
|