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
+5-4
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
49
49
50
50
**Client**
51
51
52
-
* Scripts: `Babel`, `TypeScript`
52
+
* Scripts: `JavaScript (Babel)`, `TypeScript`
53
53
* Markup: `HTML`, `Jade`
54
54
* Stylesheets: `CSS`, `Stylus`, `Sass`, `Less`
55
55
* Angular Routers: `ngRoute`, `ui-router`
@@ -58,7 +58,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
58
58
59
59
**Server**
60
60
61
-
* Scripts: `Babel`
61
+
* Scripts: `JavaScript (Babel)`
62
62
* Database:
63
63
*`None`,
64
64
*`MongoDB`, `SQL`
@@ -68,14 +68,15 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
68
68
69
69
## Injection
70
70
71
-
A grunt 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.
71
+
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
72
73
73
*`less` files into `client/app/app.less`
74
74
*`scss` files into `client/app/app.scss`
75
75
*`stylus` files into `client/app/app.styl`
76
76
*`css` files into `client/index.html`
77
77
*`js` files into `client/index.html`
78
-
*`babel` temp `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`
0 commit comments