Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Commit 5cfa51d

Browse files
filipesilvaBrocco
authored andcommitted
chore(readme): minor cleanup
Added FAQ label note, assets note, removed dead links/sections. Fix angular#2411 Close angular#2596
1 parent c03b99b commit 5cfa51d

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This project is very much still a work in progress.
1616
The CLI is now in beta.
1717
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
1818

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+
1921
## Webpack update
2022

2123
We changed the build system between beta.10 and beta.14, from SystemJS to Webpack.
@@ -39,20 +41,20 @@ with NPM 3 or higher.
3941
* [Creating a Build](#creating-a-build)
4042
* [Build Targets and Environment Files](#build-targets-and-environment-files)
4143
* [Base tag handling in index.html](#base-tag-handling-in-indexhtml)
42-
* [Adding extra files to the build](#adding-extra-files-to-the-build)
44+
* [Bundling](#bundling)
4345
* [Running Unit Tests](#running-unit-tests)
4446
* [Running End-to-End Tests](#running-end-to-end-tests)
4547
* [Proxy To Backend](#proxy-to-backend)
4648
* [Deploying the App via GitHub Pages](#deploying-the-app-via-github-pages)
4749
* [Linting and formatting code](#linting-and-formatting-code)
4850
* [Support for offline applications](#support-for-offline-applications)
4951
* [Commands autocompletion](#commands-autocompletion)
52+
* [Project assets](#project-assets)
5053
* [Global styles](#global-styles)
5154
* [CSS preprocessor integration](#css-preprocessor-integration)
5255
* [3rd Party Library Installation](#3rd-party-library-installation)
5356
* [Global Library Installation](#global-library-installation)
5457
* [Updating angular-cli](#updating-angular-cli)
55-
* [Known Issues](#known-issues)
5658
* [Development Hints for hacking on angular-cli](#development-hints-for-hacking-on-angular-cli)
5759

5860
## Installation
@@ -290,6 +292,10 @@ ng completion >> ~/.bash_profile
290292
source ~/.bash_profile
291293
```
292294

295+
### Project assets
296+
297+
You can add any files you want copied as-is to `src/assets/`.
298+
293299
### Global styles
294300

295301
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
418424
You can find more details about changes between versions in [CHANGELOG.md](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md).
419425

420426

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**.
430-
431-
432427
## Development Hints for hacking on angular-cli
433428

434429
### Working with master

0 commit comments

Comments
 (0)