janosrusiczki / japr

Jekyll Asset Pipeline Reborn - Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets.
MIT License
51 stars 9 forks source link

Update the rake dependency to 12.0 #38

Closed janosrusiczki closed 6 years ago

janosrusiczki commented 6 years ago

Besides updating rake, warnings had to be disabled to revert to the previous way of working (prior to rake version 12 I believe). Otherwise we would get a ton of method redefined warnings as our gem relies on monkey patching Liquid and Jekyll.

Fixes #35