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

Needs Rails 3.1 support #9

Open
aspiers opened this issue Jan 14, 2012 · 0 comments
Open

Needs Rails 3.1 support #9

aspiers opened this issue Jan 14, 2012 · 0 comments

Comments

@aspiers
Copy link

aspiers commented Jan 14, 2012

With the asset pipeline, surely there should be no need for the rake task to copy static content around? Instead it should be enough to place

*= require message_block

in application.css, and

//= require message_block

in application.js.

However, attempting to do this at the moment results in the error:

couldn't find file 'message_block'

presumably because the gem contains the assets/ directory at the top-level. If it was moved under app/, it would probably work fine.

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