Skip to content

Commit

Permalink
Merge pull request #23 from XhmikosR/master
Browse files Browse the repository at this point in the history
Updates Readme.md
  • Loading branch information
Goal Smashers Dev Team committed Feb 28, 2014
2 parents 7322a27 + 8287b52 commit 7522733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -10,7 +10,7 @@ CSS and JavaScript assets into production-ready packages.

CSS bundles are created from assets which are

* compiled from [LESS](https://github.com/cloudhead/less.js) templates (optional)
* compiled from [LESS](https://github.com/less/less.js) templates (optional)
* minified using [clean-css](https://github.com/GoalSmashers/clean-css)
* bundled
* preprocessed via [enhance-css](https://github.com/GoalSmashers/enhance-css)
Expand Down Expand Up @@ -74,7 +74,7 @@ First of all it assumes you have Rails-like directory structure for your assets,
Then it also needs a configuration file (here we name it **assets.yml**)
with a definition of JS/CSS bundles, e.g:

```
```yml
# stylesheets
stylesheets:
application: 'reset,grid,base,application'
Expand Down

0 comments on commit 7522733

Please sign in to comment.