bulma-rails
bulma-rails copied to clipboard
Precompiling assets failed
I am trying to deploy an app using Bulma to Heroku, but I get this error:
Precompiling assets failed.
Sass::SyntaxError: File to import not found or unreadable: bulma
@pablof300 did you ever figure this out? I get the same error when deploying to DigitalOcean using Capistrano.
Also can't find where the bulma folder/file is in the project... Also tried renaming application.css
to application.scss
but still have the same error.
@DerekCrosson I ran into the same issue deploying to Heroku. For now, I just installed the bulma npm module through yarn. Install it and put *= 'bulma/css/bulma.css'
in your application.css
@DerekCrosson I ran into the same issue deploying to Heroku. For now, I just installed the bulma npm module through yarn. Install it and put
*= 'bulma/css/bulma.css'
in yourapplication.css
Hi,
When I enter *= 'bulma/css/bulma.css'
,
My application does not load bulma
Any ideas ?
@ndjerrou I had to override some of the default bulma variables in my project and ended up doing an @import "bulma/bulma"
after the overrides. Maybe give that a try?
I am having the same error. Has anyone found solution to this error?
It worked for me if you remove
*= require_tree .
*= require_self