-
Notifications
You must be signed in to change notification settings - Fork 31
Home
matthodan edited this page Nov 25, 2012
·
16 revisions
Jekyll Asset Pipeline is a powerful asset pipeline that automatically collects, converts and compresses your site's JavaScript and CSS assets when you compile your Jekyll site.
- Declarative dependency management via asset manifests
- Asset preprocessing/conversion (supports CoffeeScript, Sass/Scss, Less, Erb, etc.)
- Asset compression (supports YUI Compressor, Closure Compiler, etc.)
- Fingerprints bundled asset filenames with MD5 hashes for better browser caching
- Automatic generation of HTML "link" and "script" tags that point to bundled assets
- Integrates seamlessly into Jekyll's workflow, including auto site regeneration