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

Use manifest for precompiling assets with Sprockets 4 #648

Closed
wants to merge 3 commits into from

Conversation

sorich87
Copy link

Administrate doesn't currently work with Sprockets 4 because regexes in precompile list are deprecated. This pull request fixes the issues by using a manifest.js.

@simon2k
Copy link

simon2k commented Feb 28, 2017

Could this be released?

@nickcharlton
Copy link
Member

Hi @sorich87! I'd love to get this merged. Could you rebase on master or enable contributor pushes?

@sorich87
Copy link
Author

@nickcharlton I enabled contributor pushes. Thanks!

@BenMorganIO
Copy link
Collaborator

Closing as #814 was merged.

@BenMorganIO BenMorganIO closed this Apr 4, 2017
@sorich87
Copy link
Author

sorich87 commented Aug 18, 2017

@BenMorganIO @nickcharlton #814 doesn't actually fix the issue as a manifest file is required by sprockets-rails rails/sprockets-rails#369. Or maybe I'm missing something?

@nickcharlton
Copy link
Member

Ooh, interesting.

So, reading that issue it looks like we need a manifest.js otherwise we're going to get a warning/error.

This comment suggests a (backwards compatible) possible solution, though: rails/sprockets-rails#369 (comment)

What do you think?

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

Successfully merging this pull request may close these issues.

4 participants