Refactored and simplified Sprockets asset caching #153
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "marcusmateus/simplify_sprockets_asset_caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: All the features still pass and the only two spec failures were there prior to my changes. If I have a chance I will dig into fixing them as well later.
I went ahead and removed the JHW specific template engines and their specs. All the features still pass and specs are in the same state.
I did just notice, however, that with my current approach coffeescript caching can not be turned off anymore so that the JS was inlined. I'm not really sure that was all that useful, but it could be added back in... and not just for coffeescript like before. Let me know if you would like to see it back in.
Also, forgot to say thanks for all your hard work on JHW... much appreciated.
Checkout
From your project repository, check out a new branch and test the changes.