Can Jekyll act over css or js files?
问题 I'm using Jekyll for one of my projects and it really seems a very good alternative for developing simple websites but maintaining some processes automated. It's nice how the Liquid Extensions work, so I was wondering if it's possible to make Jekyll act over js and css files too. So I could have my main.css like: @import url("/stylesheets/reset.css?{{site.time | date: '%Y%m%d%H%M%S'}}"); @import url("/stylesheets/config.css?{{site.time | date: '%Y%m%d%H%M%S'}}"); Using some of the helpers I