Collect SCSS files into a collection to suppress them from being added to Jekyll::Page.
This commit is contained in:
parent
620be19a98
commit
e3ad7c7d9b
@ -8,5 +8,12 @@ keep_files: ['.gitkeep']
|
|||||||
|
|
||||||
encoding: UTF-8
|
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:
|
sass:
|
||||||
style: :compressed
|
style: :compressed
|
||||||
|
Loading…
Reference in New Issue
Block a user