You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-34
Original file line number
Diff line number
Diff line change
@@ -23,42 +23,9 @@ Available generators:
23
23
-[angular-fullstack:heroku](Generators/heroku.md)
24
24
25
25
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
-
51
26
## Injection
52
27
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.
0 commit comments