Sprockets only finds assets in vendor/assets in Rails engines #93

Closed
opened 2011-12-07 22:49:31 +00:00 by swhitt · 0 comments
swhitt commented 2011-12-07 22:49:31 +00:00 (Migrated from github.com)

files_list.rb is only adding the vendor/assets directory from rails engine gems. In railties' engine.rb it also adds app/assets and lib/assets.

Can we have these added to the default Sprockets search path? Thanks!

[`files_list.rb`](https://github.com/johnbintz/jasmine-headless-webkit/blob/84e369d30/lib/jasmine/headless/files_list.rb#L22-25) is only adding the `vendor/assets` directory from rails engine gems. In [railties' `engine.rb`](https://github.com/rails/rails/blob/v3.1.3/railties/lib/rails/engine.rb#L542-546) it also adds `app/assets` and `lib/assets`. Can we have these added to the default Sprockets search path? Thanks!
Sign in to join this conversation.
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#93
No description provided.