1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-31 16:51:52 +02:00

dist/ -> out/

This commit is contained in:
Kognise
2020-10-01 13:42:13 -04:00
parent 3b94bb4bf3
commit 7341679dd5
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