alexspeller / non-stupid-digest-assets

Fix the Rails 4 asset pipeline to generate non-digest along with digest assets
MIT License
493 stars 87 forks source link

Missing non digested assets inside manifest file. #26

Open armanm opened 9 years ago

armanm commented 9 years ago

It looks like non-digest files simply get copied into the output directory but nothing about them is added to the manifest file. In my particular case it helps to have non-digest assets added to the body of the manifest file.

Do you think that may be something you could add to the gem?

alexspeller commented 9 years ago

I would happily accept a pull request to do this

armanm commented 9 years ago

That was unexpectedly quick :smile:

Thanks

m0gg commented 9 years ago

i've patched that in my fork 1588a045798c7d9620ffbbb4272ecfb1a150a876

Not nice, but it does its job.

m0gg commented 9 years ago

Sorry for the mess with the pull-request