Skip to content

Commit f35aed0

Browse files
committed
updates README [ci skip]
1 parent 5969e89 commit f35aed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ To add new content with Jekyll, you create a new file in the _posts folder. Cont
1111
````
1212
$ rake new title="post title"
1313
````
14-
### SASS
14+
### Assets
1515

16-
The site includes the SASS version of Twitter Bootstrap. The _sass directory contains most of the files. They are imported by css/main.scss. This file will be compiled to CSS when the site is build.
16+
The site's assets (CoffeeScript/JavaScript and SASS/CSS) are in the _assets directory. For more information on how this works, refer [here](https://github.com/ixti/jekyll-assets).
1717

1818
## How to Contribute
1919
We use the [fork & pull model](https://help.github.com/articles/using-pull-requests#fork--pull) to accept new code into the project. If you aren't familiar with that workflow, Github's [Using Pull Requests](https://help.github.com/articles/using-pull-requests) article is a great primer.

0 commit comments

Comments
 (0)