私は Yeoman と Grunt の初心者であり、「grunt serve:dist」を実行した後、スタイル シートで多くのことを経験しました。
フォント幅を変更し、ヘッダーにパディングを追加し、実質的にテーブルを完全に壊しました。どこからデバッグを開始すればよいかわかりませんが、フォントスタイルが変更され、それを読み取っているため、CSSが見つかると思いますJS、私はそれが動作していることを確認するためにいくつかの console.log() を入れましたが、(Chrome コンソール) のようないくつかの例外があります:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/styles/fonts/slick.woff
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/styles/ajax-loader.gif
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/styles/fonts/slick.ttf
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:9000/styles/fonts/slick.svg#slick
何か案が?