Skip to content

Commit

Permalink
Adds README docs for new vendor options.
Browse files Browse the repository at this point in the history
  • Loading branch information
dflynn15 committed Oct 22, 2014
1 parent 44cfa0d commit 6d20ef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Keep the `specRunner.html` file after build. If given a string, it will keep
the runner at the string path.

#### vendor
Type: `string`
Type: `string|array`
Default: null

**Only use in combination with `integration: true`**
Expand All @@ -96,6 +96,8 @@ This option allows you to pass in a glob (i.e.: `**/*.js`) that will include
any vendor files that need to be present for your specs to run (like jQuery for
example).

You can also pass in an array of glob strings (i.e.: `["test/*.js", "vendor/jquery.js"]`).

Technologies Used
-----------------

Expand Down

0 comments on commit 6d20ef2

Please sign in to comment.