Skip to content

Commit

Permalink
Merge pull request js-kyle#56 from robconery/master
Browse files Browse the repository at this point in the history
Updated the README to include more detail on asset directory structure....
  • Loading branch information
TrevorBurnham committed Jan 7, 2012
2 parents 20fefd0 + 726624a commit 2088b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Expand Up @@ -30,7 +30,7 @@ Then add this line to your app's configuration:

app.use require('connect-assets')()

Finally, create an `assets` directory in your project and throw all your `.coffee` and `.styl` files in there
Finally, create an `assets` directory in your project and throw all your `.coffee` files in /assets/js and `.styl` files in /assets/css.

### Markup functions

Expand Down

0 comments on commit 2088b87

Please sign in to comment.