Skip to content

Commit c606b7b

Browse files
authored
docs(index): update root doc for 4.0.0
[skip ci]
1 parent 331fb3d commit c606b7b

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

Diff for: docs/index.md

+1-34
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,9 @@ Available generators:
2323
- [angular-fullstack:heroku](Generators/heroku.md)
2424

2525

26-
## Bower Components
27-
28-
The following packages are always installed by the [app](#app) generator:
29-
30-
* angular
31-
* angular-cookies
32-
* angular-mocks
33-
* angular-resource
34-
* angular-sanitize
35-
* es5-shim
36-
* font-awesome
37-
* json3
38-
* jquery
39-
* lodash
40-
41-
These packages are installed optionally depending on your configuration:
42-
43-
* angular-route
44-
* angular-ui-router
45-
* angular-socket-io
46-
* angular-bootstrap
47-
* bootstrap
48-
49-
All of these can be updated with `bower update` as new versions are released.
50-
5126
## Injection
5227

53-
A gulp task looks for new files in your `client/app` and `client/components` folder and automatically injects them in the appropriate places based on an injection block.
54-
55-
* `less` files into `client/app/app.less`
56-
* `scss` files into `client/app/app.scss`
57-
* `stylus` files into `client/app/app.styl`
58-
* `css` files into `client/index.html`
59-
* `js` files into `client/index.html`
60-
* `babel`/`typescript` temp `js` files into `client/index.html`
61-
* `typescript types` into `tsconfig.client.json` & `tsconfig.client.test.json`
28+
A gulp task looks for new SCSS/LESS/Stylus files in your `client/app` and `client/components` folder and automatically injects them into the main style file (ex `client/app/app.scss`) based on an injection block.
6229

6330

6431
## Configuration

0 commit comments

Comments
 (0)