https://github.com/appkr/l5code/issues/11
여기 가이드 해주신대로 진행하였습니다.
에셋 빌드까지 수행하여 정상적으로 진행되었습니다.
Asset Size Chunks Chunk Names fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9 166 kB [emitted] fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1 20.1 kB [emitted] fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512 45.4 kB [emitted] fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158 23.4 kB [emitted]fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb 18 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713 166 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde 444 kB [emitted] [big] fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760 109 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad 98 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e 77.2 kB [emitted] /js/highlight.pack.5f963462d5d629247d93.js 1.76 MB 0 [emitted] [big] /js/highlight.pack mix.c8439488cf2066a6501d.js 3.03 kB 1 [emitted] mix /css/app.a21f7455719a02920c1fe228759e0261.css 1.03 MB 1 [emitted] [big] mix mix-manifest.json 187 bytes [emitted]
그런데 페이지 호출하면 font awesome 이 적용이 안된 상태로 나타납니다.
프론트 엔드쪽은 따라하기만 하고 있는데, 어디를 봐야 할지 감이 전혀 안옵니다.
브라우저의 개발자 도구를 열어서 css와 폰트 파일이 잘 로드되는지 확인해보세요. 혹시 폰트의 경로가 틀려서 로드되지 않았다면, gulpfile.js에서 브라우저에서 로드하려고 하는 위치로 폰트 폴더를 복사하시고 다시 빌드해보세요.
일단 그 부분은 무시하고 진행중입니다.
다시 복습할때 확인해 보도록 하겠습니다.
https://github.com/appkr/l5code/issues/11
여기 가이드 해주신대로 진행하였습니다.
에셋 빌드까지 수행하여 정상적으로 진행되었습니다.
그런데 페이지 호출하면 font awesome 이 적용이 안된 상태로 나타납니다.
프론트 엔드쪽은 따라하기만 하고 있는데, 어디를 봐야 할지 감이 전혀 안옵니다.