rails / sprockets

Rack-based asset packaging system
MIT License
947 stars 788 forks source link

manifest mtime reproducibility #763

Closed ryantm closed 1 year ago

ryantm commented 2 years ago

When building Rails assets with Nix, I found they are almost completely reproducible. This commit fixes one of the issues. For more information about why it is good for a build to be reproducible see:

https://reproducible-builds.org/

This stops encoding the asset compilation time (something that is not reproducible) into the manifest.

fixes #707