mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Update README.md
Spelling error changed "refernced" to "referenced"
This commit is contained in:
parent
c312d8230e
commit
2b195514e3
@ -23,7 +23,7 @@ The `gulp` command will start a file watcher which will update the generated `ap
|
|||||||
* `master/node_modules` - contains npm dependencies
|
* `master/node_modules` - contains npm dependencies
|
||||||
* `master/bower_components` - contains the angular framework files and any custom dependencies
|
* `master/bower_components` - contains the angular framework files and any custom dependencies
|
||||||
|
|
||||||
Bower components should be refernced in one of the `vendor.json` files below:
|
Bower components should be referenced in one of the `vendor.json` files below:
|
||||||
|
|
||||||
* `master/vendor.base.json` - 3rd party vendor javascript required to start the app. JS is compiled to `base.js` and loaded before `app.js`
|
* `master/vendor.base.json` - 3rd party vendor javascript required to start the app. JS is compiled to `base.js` and loaded before `app.js`
|
||||||
* `master/vendor.json` - 3rd party vendor scripts to make the app work, usually lazy loaded. Can be js or css. Copied to `vendor/*`.
|
* `master/vendor.json` - 3rd party vendor scripts to make the app work, usually lazy loaded. Can be js or css. Copied to `vendor/*`.
|
||||||
|
Loading…
Reference in New Issue
Block a user