Merge pull request #4142 from Lewiscowles1986/patch-3
updated to reflect further feedback on #4129
This commit is contained in:
		
						commit
						7b9e1a8e93
					
				|  | @ -5,9 +5,9 @@ permalink: /docs/assets/ | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
| Jekyll provides built-in support for Sass and can work with CoffeeScript via  | Jekyll provides built-in support for Sass and can work with CoffeeScript via  | ||||||
| ruby gems. In order to use them, create a file with the proper extension name  | a Ruby gem. In order to use them, you must first create a file with the  | ||||||
| (one of `.sass`, `.scss`, or `.coffee`) and start the file with two lines of  | proper extension name (one of `.sass`, `.scss`, or `.coffee`) and start the  | ||||||
| triple dashes, like this: | file with two lines of triple dashes, like this: | ||||||
| 
 | 
 | ||||||
| {% highlight sass %} | {% highlight sass %} | ||||||
| --- | --- | ||||||
|  | @ -88,5 +88,6 @@ To enable Coffeescript in Jekyll 3.0 and up you must | ||||||
|  * Ensure that your `_config.yml` is up-to-date and includes the following |  * Ensure that your `_config.yml` is up-to-date and includes the following | ||||||
| 
 | 
 | ||||||
| {% highlight yaml %} | {% highlight yaml %} | ||||||
| gems:[jekyll-coffeescript] | gems: | ||||||
|  |  - jekyll-coffeescript | ||||||
| {% endhighlight %} | {% endhighlight %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue