Skip to content

Commit

Permalink
Changed rails to grails
Browse files Browse the repository at this point in the history
closes #130
  • Loading branch information
ilmoralito authored and legart committed Feb 9, 2015
1 parent 0878115 commit faa8262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ LESS Is also available if [less-asset-pipeline](http://grails.org/plugin/less-as
grails.assets.plugin."twitter-bootstrap".excludes = ["**/*.less"]
grails.assets.plugin."twitter-bootstrap".includes = ["bootstrap.less"]
```
3. Create `rails-app/assets/stylesheets/custom-bootstrap.less`:
3. Create `grails-app/assets/stylesheets/custom-bootstrap.less`:

```css
@import "bootstrap.less";
Expand Down

0 comments on commit faa8262

Please sign in to comment.