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: readme.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Run `yo angular-fullstack`, optionally passing an app name:
29
29
yo angular-fullstack [app-name]
30
30
```
31
31
32
-
Run `grunt`for building, `grunt serve`for preview, and `grunt serve:dist` for a preview of the built app.
32
+
Run `grunt`/`gulp build`for building, `grunt serve`/`gulp serve`for development, and `grunt serve:dist`/`gulp serve:dist` for a preview of the built app.
33
33
34
34
## Prerequisites
35
35
@@ -50,6 +50,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
A grunt/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.
72
-
73
-
*`less` files into `client/app/app.less`
74
-
*`scss` files into `client/app/app.scss`
75
-
*`stylus` files into `client/app/app.styl`
76
-
*`css` files into `client/index.html`
77
-
*`js` files into `client/index.html`
78
-
*`babel`/`typescript` temp `js` files into `client/index.html`
79
-
*`typescript types` into `tsconfig.client.json` & `tsconfig.client.test.json`
80
70
81
71
## Generators
82
72
@@ -125,6 +115,19 @@ These packages are installed optionally depending on your configuration:
125
115
126
116
All of these can be updated with `bower update` as new versions are released.
127
117
118
+
## Injection
119
+
120
+
A grunt/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.
121
+
122
+
*`less` files into `client/app/app.less`
123
+
*`scss` files into `client/app/app.scss`
124
+
*`stylus` files into `client/app/app.styl`
125
+
*`css` files into `client/index.html`
126
+
*`js` files into `client/index.html`
127
+
*`babel`/`typescript` temp `js` files into `client/index.html`
128
+
*`typescript types` into `tsconfig.client.json` & `tsconfig.client.test.json`
129
+
130
+
128
131
## Configuration
129
132
Yeoman generated projects can be further tweaked according to your needs by modifying project files appropriately.
0 commit comments