Richard Schneeman

Results 473 comments of Richard Schneeman

We need to make that clear. We should go through a deprecation cycle (warn in one 2.x release and remove in the 3.x release). Once out, we should make the...

Ahh, okay. I kinda inherited sprockets :grin: i'm still discovering dusty corners. Instead of actually printing out any deprecation notices, the sprockets `legacy.rb` added a code comments: ``` # Deprecated:...

That's the fun part, I have no historical context \(^_^)/. That sounds reasonable. I re-opened the sister issue. I'll take a look into deprecating things there in a bit.

Is it `es6.js` or just plain `.js`? Can you give me an example? If it's `es6.js` we could add a mimetype for that extension.

We can't run the babel processor against every JS file. It will take too long. I do think it makes sense to allow for using an ES6 file that doesn't...

Shouldn’t it be possible? Yes. How do I do it? No clue.

I’m the maintainer. If it’s so simple please send me a PR.

Is there a hashing algorithm that produces lowercase characters only in their results string? Splitting the string and down-casing on every cache lookup would be expensive :(

The current implementation can have collisions for the whole asset, would be nice to not have to do that. Not sure about your filesystem comment, we're already having to read...