-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssetNotPrecompiled on a stylesheet_link_tag call #708
Comments
Can you provide an example application that reproduce the issue? |
Here you go. Open |
@rafaelfranca , the reason exception is thrown is that
returns false. My file is listed in the precompiled array but with a ".scss" extension ( |
btw: you already have
|
I get AssetNotPrecompiled from the following code:
= stylesheet_link_tag 'common/login'
(in a file calledindex.haml
).Here's how my assets are configured:
My
app/assets/config/manifest.js
looks like this:System configuration
The text was updated successfully, but these errors were encountered: