You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for opening up an issue. In order to move forwards with this issue I'll need an example app that reproduces the behavior (https://www.codetriage.com/example_app).
@schneems , I encountered a similar issue, although in my case I have application.scss referencing a .css file via *= require somefile,
You can use my example code from #708 . Just add a simple .css file somewhere under /stylesheets and reference it from application.scss via *= require -- and you will get the error I am seeing.
Expected behavior
I would expect
link_tree
processes all files contained in the directory tree.Actual behavior
sccs files are not being picked up, I have to resort to
link
-ing to them directly.System configuration
Example config
This doesn't work,
application.css.scss
&assets.css.scss
are considered missing from the precompile list:This works:
Please advise, TIA
The text was updated successfully, but these errors were encountered: