glyphicons not showing with sass bootstrap integration

后端 未结 14 1700
滥情空心
滥情空心 2021-01-17 10:01

I used this tutorial to integrate bootstrap in my project:

https://laravel-news.com/2015/10/setup-bootstrap-sass-with-laravel-elixir/

This places an app.css

14条回答
  •  暖寄归人
    2021-01-17 11:00

    I had the same problem using Laravel 5.4 It turns out that I hadn't run npm install and npm run dev.

    Once these two commands were run, the fonts (and glyphicons) were copied correctly into the /public directory. There was no need to edit any sass or build files.

提交回复
热议问题