README.md: add docs for new task option: customBootFile

This commit is contained in:
Michael Hogg 2015-08-04 12:28:55 +01:00
parent b79f2c1e2f
commit f67b7c3eb3

View File

@ -133,6 +133,12 @@ host : 'http://127.0.0.1:8000/'
Without a `host`, your specs will be run from the local filesystem.
#### options.customBootFile
Type: `String`
Default: `lib/jasmine-core/boot.js` from [`jasmine-core`](https://github.com/jasmine/jasmine)
Path to a custom boot file (see the [docs](http://jasmine.github.io/2.3/custom_boot.html)).
#### options.template
Type: `String` `Object`
Default: undefined