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: tools/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The seed provides the following tasks:
37
37
|`build.bundles.app.ts`| Bundles the JavaScript files using the SystemJS Builder |
38
38
|`build.bundles.ts`| Bundles the JavaScript shim dependencies |
39
39
|`build.docs.ts`| Builds the documentation for the TypeScript files using `typedoc`|
40
-
|`build.html_css.ts`| Builds the `html` and `css` files and applies css postprocessing |
40
+
|`build.html_css.ts`| Builds the `html` and `css` files and applies CSS postprocessing |
41
41
|`build.index.dev.ts`| Builds the `index.html` for the `dev` environment |
42
42
|`build.index.prod.ts`| Builds the `index.html` for the `prod` environment |
43
43
|`build.js.dev.ts`| Transpiles the TypeScript files (excluding specs and e2e specs) for the `dev` environment |
@@ -50,7 +50,7 @@ The seed provides the following tasks:
50
50
|`clean.dev.ts`| Cleans all files within the `/dist/dev` directory |
51
51
|`clean.prod.ts`| Cleans all files within the `/dist/prod` directory |
52
52
|`clean.tools.ts`| Cleans all JavaScript files (which got transpiled from the TypeScript files) within the `/tools` directory |
53
-
|`copy.js.prod.ts`| Copies all TypeScript files (exluding specs and e2e specs) over to the `/tmp` dir |
53
+
|`copy.js.prod.ts`| Copies all TypeScript files (excluding specs and e2e specs) over to the `/tmp` dir |
54
54
|`css-lint.ts`| Lints all `css` files using `stylelint`|
55
55
|`e2e.ts`| Runs all e2e specs using `protractor`|
56
56
|`generate.manifest.ts`| Generates a `manifest` file for the application |
@@ -76,9 +76,9 @@ The seed provides the following utilities:
76
76
| Filename | Description |
77
77
| :--------------------- | :---------- |
78
78
|`clean.ts`| Provides a utility to clean files and directories |
79
-
|`code_change_tools.ts`| Provides utilites to make use of BrowserSync to refresh the browser after a code change |
80
-
|`server.ts`| Provides utilites to start `express` servers for the application, the documentation and the unit test coverage |
81
-
|`task_tools.ts`| Provides utilites to start tasks (matching task names as string input parameters from the `gulpfile.ts` to the corresponding files) |
82
-
|`template_locals.ts`| Provides a utiltiy for template locals |
79
+
|`code_change_tools.ts`| Provides utilities to make use of BrowserSync to refresh the browser after a code change |
80
+
|`server.ts`| Provides utilities to start `express` servers for the application, the documentation and the unit test coverage |
81
+
|`task_tools.ts`| Provides utilities to start tasks (matching task names as string input parameters from the `gulpfile.ts` to the corresponding files) |
82
+
|`template_locals.ts`| Provides a utility for template locals |
83
83
|`tsproject.ts`| Provides a utility to configure the TypeScript transpilation |
84
84
|`watch.ts`| Provides a utility to watch for file changes and notify live reloads |
0 commit comments