Skip to content

Commit ebf2990

Browse files
committed
docs(readme): readme tweaks
[skip ci]
1 parent 2547a22 commit ebf2990

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: readme.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
4949

5050
**Client**
5151

52-
* Scripts: `Babel`, `TypeScript`
52+
* Scripts: `JavaScript (Babel)`, `TypeScript`
5353
* Markup: `HTML`, `Jade`
5454
* Stylesheets: `CSS`, `Stylus`, `Sass`, `Less`
5555
* Angular Routers: `ngRoute`, `ui-router`
@@ -58,7 +58,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
5858

5959
**Server**
6060

61-
* Scripts: `Babel`
61+
* Scripts: `JavaScript (Babel)`
6262
* Database:
6363
* `None`,
6464
* `MongoDB`, `SQL`
@@ -68,14 +68,15 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
6868

6969
## Injection
7070

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.
7272

7373
* `less` files into `client/app/app.less`
7474
* `scss` files into `client/app/app.scss`
7575
* `stylus` files into `client/app/app.styl`
7676
* `css` files into `client/index.html`
7777
* `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`
7980

8081
## Generators
8182

0 commit comments

Comments
 (0)