From d84b801feca8b4255112efe7d65b85eb557effa0 Mon Sep 17 00:00:00 2001 From: Chris Frederick Date: Wed, 27 Aug 2014 22:22:24 +0900 Subject: [PATCH] Add a note about Liquid and template languages --- site/_docs/assets.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/_docs/assets.md b/site/_docs/assets.md index 23bf4953..01a990fd 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -25,6 +25,11 @@ have a file named `css/styles.scss` in your site's source folder, Jekyll will process it and put it in your site's destination folder under `css/styles.css`. +
+
Jekyll processes all Liquid filters and tags in asset files
+

If you are using Mustache or another JavaScript templating language that conflicts with the Liquid template syntax, you will need to place {% raw %} and {% endraw %} tags around your code.

+
+ ## Sass/SCSS Jekyll allows you to customize your Sass conversion in certain ways.