Skip to content

Commit 8160c3c

Browse files
committed
new folder structure
1 parent 3ba2175 commit 8160c3c

26 files changed

+8
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
node_modules
22
.tmp
33
.sass-cache
4-
app/bower_components
54
.DS_Store
65
.bash_history
76
*.swp

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ A detailed changelog is available in the [releases](https://github.com/angular-s
2020

2121
In the past this project was a standalone program.
2222
This is still possible.
23-
See the documentation at [README_standalone](README_standalone).
23+
See the documentation at [README_standalone](docs/README_standalone).
2424

2525

2626
## ⚠️ Prerequisites <a name="prerequisites"></a>
2727

2828
This command has the following prerequisites:
2929

3030
- Git 1.9 or higher (execute `git --version` to check your version)
31-
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli)
31+
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli) v8.3.0-next.0 or greater (execute `ng update @angular/cli @angular/core --next=true` to upgrade your project if necessary)
3232

3333

3434
## 🚀 Quick-start (local development) <a name="quickstart-local"></a>
@@ -116,7 +116,7 @@ We look forward to any help. PRs are welcome! 😃
116116
## ⁉️ FAQ <a name="faq"></a>
117117

118118
Before posting any issue, [please read the FAQ first](https://github.com/angular-schule/angular-cli-ghpages/wiki/FAQ).
119-
See the contributors documentation at [README_contributors](README_contributors) if you want to debug and test this project.
119+
See the contributors documentation at [README_contributors](docs/README_contributors) if you want to debug and test this project.
120120

121121

122122
## License

README_contributors.md renamed to docs/README_contributors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# angular-cli-ghpages
1+
# angular-cli-ghpages: README for contributors
22

33
## How to start <a name="start"></a>
44

@@ -27,7 +27,7 @@ Follow the instructions for [checking and updating the Angular CLI version](#ang
2727
npm install -g @angular/cli@next
2828
```
2929

30-
2. Run `ng --version`, make sure you have angular CLI version v8.3.0-next.0 or greater.
30+
2. Run `ng --version`, make sure you have angular CLI v8.3.0-next.0 or greater.
3131

3232
3. Update your existing project using the command:
3333

README_standalone.md renamed to docs/README_standalone.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# angular-cli-ghpages
1+
# angular-cli-ghpages: README for the standalone program
22

3-
In the past this project was a standalone program. This is still possible.
3+
In the past this project was a standalone program.
4+
This is still possible.
45

56
## Installation & Setup
67

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)