Skip to content
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

precompile does not precompile .css.less files #15

Closed
kclair opened this issue Dec 19, 2011 · 1 comment
Closed

precompile does not precompile .css.less files #15

kclair opened this issue Dec 19, 2011 · 1 comment

Comments

@kclair
Copy link

kclair commented Dec 19, 2011

In my config/application.rb file, I'm adding files to config.assets.precompile, like so:

config.assets.precompile << 'tables.css.less'
config.assets.precompile << 'autosuggest.css'

When I run rake assets:precompile, the autosuggest.css file gets precompiled (shows up in public/assets), but tables.css does not.

Is this the expected behavior?

@kclair
Copy link
Author

kclair commented Dec 20, 2011

figured this out.

given the file tables.css.less

this works:

config.assets.precompile << 'tables.css'

this doesn't:

config.assets.precompile << 'tables.css.less'

@kclair kclair closed this as completed Dec 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant