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
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This project is very much still a work in progress.
16
16
The CLI is now in beta.
17
17
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
18
18
19
+
Before submitting new issues, have a look at [issues marked with the `type: faq` label](https://github.com/angular/angular-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22type%3A%20faq%22%20).
20
+
19
21
## Webpack update
20
22
21
23
We changed the build system between beta.10 and beta.14, from SystemJS to Webpack.
@@ -39,20 +41,20 @@ with NPM 3 or higher.
39
41
*[Creating a Build](#creating-a-build)
40
42
*[Build Targets and Environment Files](#build-targets-and-environment-files)
41
43
*[Base tag handling in index.html](#base-tag-handling-in-indexhtml)
42
-
*[Adding extra files to the build](#adding-extra-files-to-the-build)
*[Development Hints for hacking on angular-cli](#development-hints-for-hacking-on-angular-cli)
57
59
58
60
## Installation
@@ -290,6 +292,10 @@ ng completion >> ~/.bash_profile
290
292
source~/.bash_profile
291
293
```
292
294
295
+
### Project assets
296
+
297
+
You can add any files you want copied as-is to `src/assets/`.
298
+
293
299
### Global styles
294
300
295
301
The `styles.css` file allows users to add global styles and supports
@@ -418,17 +424,6 @@ Carefully read the diffs for each code file, and either accept the changes or in
418
424
You can find more details about changes between versions in [CHANGELOG.md](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md).
419
425
420
426
421
-
## Known issues
422
-
423
-
This project is currently a prototype so there are many known issues. Just to mention a few:
424
-
425
-
- All blueprints/scaffolds are in TypeScript only, in the future blueprints in all dialects officially supported by Angular will be available.
426
-
- On Windows you need to run the `build` and `serve` commands with Admin permissions, otherwise the performance is not good.
427
-
- The initial installation as well as `ng new` take too long because of lots of npm dependencies.
428
-
- Many existing ember addons are not compatible with Angular apps built via angular-cli.
429
-
- When you `ng serve` remember that the generated project has dependencies that require **Node 4 or greater**.
0 commit comments