1
Fork 0

Collect SCSS files into a collection to suppress them from being added to Jekyll::Page.

master
vonavi 2014-07-07 14:32:16 +03:00
parent 620be19a98
commit e3ad7c7d9b
4 changed files with 7 additions and 0 deletions

View File

@ -8,5 +8,12 @@ keep_files: ['.gitkeep']
encoding: UTF-8
# Collect SCSS files into a collection to suppress them from being
# added to Jekyll::Page
collections:
scss:
output: true
permalink: /assets/css/:path.css
sass:
style: :compressed