font awesome - Laravel 5 styles differ between environment -


have strange one! when working laravel 5 app using font awesome, every icon shows should when running locally debug set on.

when turn off app_debug , set false, 1 of font awesome icons not show!? odd - ideas?

thanks!

there weird href of fontawesome css link tag. check url or use cdn such as:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -