From 5423f02c3cce6e9da52b94b9b6384c3a5c78da8c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 17 Feb 2014 15:59:07 -0500 Subject: [PATCH] Add "unreleased" note to docs/assets/ --- site/docs/assets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/docs/assets.md b/site/docs/assets.md index 5191dc15..c0f8aa64 100644 --- a/site/docs/assets.md +++ b/site/docs/assets.md @@ -6,6 +6,13 @@ next_section: migrations permalink: /docs/assets/ --- +
+
Sass and CoffeeScript support is currently unreleased.
+

+ In order to use this feature, you must install v2.0.0.alpha.1 or above. +

+
+ Jekyll provides built-in support for Sass and CoffeeScript. In order to use them, create a file with the proper extension name (one of `.sass`, `.scss`, or `.coffee`) and start the file with two lines of triple dashes, like this: