Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Feb 5, 2015
1 parent 2e52339 commit 083db39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -36,15 +36,15 @@ grunt.initConfig({

grunt.loadNpmTasks('grunt-bower-requirejs');

grunt.registerTask('default', ['bower']);
grunt.registerTask('default', ['bowerRequirejs']);
```


## Documentation

When the `bower` task is run it merges the paths of installed Bower components into the `paths` property of your RequireJS config.
When the `bowerRequirejs` task is run it merges the paths of installed Bower components into the `paths` property of your RequireJS config.

You trigger this task from another task in your Gruntfile or through the CLI: `grunt bower`
You trigger this task from another task in your Gruntfile or through the CLI: `grunt bowerRequirejs`


### rjsConfig
Expand Down Expand Up @@ -142,7 +142,7 @@ Bower >=v1.3.1 includes [hooks](https://github.com/bower/bower/blob/master/HOOKS
```
{
"scripts": {
"postinstall": "grunt bower"
"postinstall": "grunt bowerRequirejs"
}
}
```
Expand Down

0 comments on commit 083db39

Please sign in to comment.