dist/ -> out/

This commit is contained in:
Kognise 2020-10-01 13:42:13 -04:00
parent 3b94bb4bf3
commit 7341679dd5
No known key found for this signature in database
GPG key ID: 23BD5389DB3E0A5E
31 changed files with 2894 additions and 20 deletions

View file

@ -142,6 +142,7 @@ After your change has been reviewed and merged, you can celebrate as the newest
```
.
├── out
├── dist
└── docs
└── icons
@ -151,7 +152,9 @@ After your change has been reviewed and merged, you can celebrate as the newest
└── parts
```
- **`dist`** is ignored by git it contains built assets for distribution
- **`out`** is ignored by git it contains built assets for distribution
- **`dist`** contains old assets, for backwards compatibility - ignore this
- **`docs`** contains the documentation and demo page