-
Notifications
You must be signed in to change notification settings - Fork 248
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
all application.(js,css) files pulled in #218
Comments
I definitely agree with you and I attempted to "fix" it recently, but apparently people are depending on this sort of thing. It ended up reverting the patch in the 2.x release. But I'm planning to have it locked down in the next major release 3.x which can have backwards incompatible changes. Thanks! |
Sounds good just wanted to make sure. On Monday, January 26, 2015, Joshua Peek [email protected] wrote:
|
+1 also think I'm running into this. |
In previous versions it was possible to set (instead of extend) the `precompile` array. This was broken, seemingly by accident, in rails@af64798 fixes rails#218 fixes rails#327 fixes rails#390
I have a bower depedency on jquery-sortable, which includes application.(css.sass,js) files.
The default precompile logic
sprockets-rails/lib/sprockets/railtie.rb
Line 69 in 27c6441
Was this intentional?
There was an issue filed with jquery-sortable johnny/jquery-sortable#134 asking them to remove it but I didn't understand why it was precompiling it in the first place.
The text was updated successfully, but these errors were encountered: