Tweak wording about assets

This commit is contained in:
Matt Rogers 2014-02-20 09:32:35 -06:00 committed by Troy Swanson
parent 0c7a26f68b
commit 95afec6977
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ or `.coffee`) and start the file with two lines of triple dashes, like this:
Jekyll treats these files the same a regular page, in that the output file Jekyll treats these files the same a regular page, in that the output file
will be placed in the same directory that it came from. For instance, if you will be placed in the same directory that it came from. For instance, if you
have a file named `/css/styles.scss`, Jekyll will process it and put it in have a file named `/css/styles.scss` in your site's source folder, Jekyll
your site's destination folder under `/css/styles.css`. will process it and put it in your site's destination folder under
`/css/styles.css`.
## Sass/SCSS ## Sass/SCSS