Update README.md

This commit is contained in:
Guy Bedford
2014-04-10 15:41:22 -07:00
parent 346bfaacd7
commit 27cd695263
+2 -8
View File
@@ -63,15 +63,9 @@ Further examples of jspm package.json files for common packages can be found in
### Testing Package Overrides ### Testing Package Overrides
Package overrides may take some testing to get exactly the right configuration. The [jspm CLI](https://github.com/jspm/jspm-cli) provides an option to specify the package override for testing in this way. Package overrides may take some testing to get exactly the right configuration.
Simply add the `-o` option to an install to set the package override: See the [testing guide within Configuration Packages for jspm](https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm#testing-configuration).
```
jspm install github:twbs/bootstrap -o "{ main: 'js/bootstrap', shim: { 'js/bootstrap': ['jquery'] } }"
```
Once tested the exact override can then be included in the here with a pull request.
### Submitting a Package Override ### Submitting a Package Override