Skip to content

Commit

Permalink
wiredep dependency introduced.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jul 31, 2013
1 parent 5b33898 commit 3cec16c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 364 deletions.
170 changes: 0 additions & 170 deletions lib/detect-dependencies.js

This file was deleted.

88 changes: 0 additions & 88 deletions lib/helpers.js

This file was deleted.

58 changes: 0 additions & 58 deletions lib/inject-dependencies.js

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-bower-install",
"description": "Inject your Bower dependencies right into your HTML from Grunt.",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "http://stephenplusplus.github.io/grunt-bower-install",
"author": {
"name": "Stephen Sawchuk",
Expand Down Expand Up @@ -45,5 +45,8 @@
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0"
},
"dependencies": {
"wiredep": "~0.1.0"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You're in business!
```

## Behind the Scenes
This plug-in will take a look at all of the components you have, and determine the best order to inject your scripts in to your HTML file.
This plug-in uses [wiredep](https://github.com/stephenplusplus/wiredep), which takes a look at all of the components you have, then determines the best order to inject your scripts in to your HTML file.

Putting script tags that aren't managed by `grunt-bower-install` is not advised, as anything between `<!-- bower -->` and `<!-- endbower -->` will be overwritten with each command.

Expand Down
Loading

0 comments on commit 3cec16c

Please sign in to comment.