Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets
Jekyll Asset Pipeline is a powerful asset pipeline gem for Jekyll sites. It automatically collects, converts, and compresses/minifies JavaScript and CSS assets when compiling a Jekyll site. It offers declarative dependency management, asset preprocessing/conversion (supporting CoffeeScript, Sass/Scss, Less, Erb, etc.), asset compression (supporting YUI Compressor, Closure Compiler, etc.), and automatic generation of HTML link and script tags for bundled assets. It seamlessly integrates into Jekyll's workflow, including auto site regeneration.
Jekyll Asset Pipeline is a useful gem for Jekyll sites that automates the collection, conversion, and compression of JavaScript and CSS assets. It offers features such as declarative dependency management, asset preprocessing/conversion, asset compression, and automatic generation of HTML tags for bundled assets. To install it, add the jekyll_asset_pipeline gem to your project, create a _plugins folder, move your assets to an ignored folder, and add Liquid blocks to your site's HTML head section.