Add "unreleased" note to docs/assets/

This commit is contained in:
Parker Moore 2014-02-17 15:59:07 -05:00
parent d203554e84
commit 5423f02c3c
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ next_section: migrations
permalink: /docs/assets/
---
<div class="note unreleased">
<h5>Sass and CoffeeScript support is currently unreleased.</h5>
<p>
In order to use this feature, you must install v2.0.0.alpha.1 or above.
</p>
</div>
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: