mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
dist/ -> out/
This commit is contained in:
parent
3b94bb4bf3
commit
7341679dd5
31 changed files with 2894 additions and 20 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue