Rails assets:precompile is trying to compile too many files -
i cannot run rake assets:precompile in app try compile partials.
i have:
config.assets.precompile += %w( active_admin.js active_admin.css ) and nothing else.
rake give error on file:
undefined variable: "$selected-row-color". (in /home/eloyesp/projects/diputados/app/assets/stylesheets/expedientes_index.css.scss) why trying precompile file?
found this pull request related
and this test show that should not happen.
my rails version 3.2.2
i've found it: not trying compile expedientes_index.css.scss compiling application.css.scss (this had *= require_tree . shouldn't in app).
the problem because error didn't name file trying compile.
Comments
Post a Comment