moshen / jekyll-asset_bundler

A small plugin for Jekyll to easily bundle and compress site assets
MIT License
101 stars 21 forks source link

Support for SCSS? #27

Open heshiming opened 9 years ago

heshiming commented 9 years ago

Sassy CSS, or Sass, or SCSS (http://sass-lang.com/) is supported by jekyll. As documented in http://jekyllrb.com/docs/assets/ , once you put an SCSS file like /css/main.scss, when building jekyll automatically produces /css/main.css. The process is transparent.

Is it possible to include this SCSS file in the bundle? Of course there will be some complications like partials and imports.