Skip to content

Commit b1a72d6

Browse files
authored
Merge pull request #12 from oddbird/fix-demo
Fix demo site
2 parents 9fb6413 + b4a1e5f commit b1a72d6

21 files changed

+852
-1663
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Demo site built files
2+
demo/js/
3+
demo/css/
4+
15
# Logs
26
logs
37
*.log

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.0-beta.15 - 2020/10/20
4+
5+
- INTERNAL: Update dependencies & fix demo site
6+
37
## 0.1.0-beta.14 - 2020/7/2
48

59
- INTERNAL: Update homepage & documentation links

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Run `yarn` to install dependencies…
1111
- `partials/`: all the logic and output
1212
- `_ccs.scss`: forwards the combined Sass module
1313
- `_output.scss`: generates the default CSS output
14-
- `site/`: Styles for the demo site (also used for testing)
15-
- `_index.scss`: Root-level index file for importing the module
14+
- `demo/`: demo site (also used for testing)
15+
- `_index.scss`: root-level index file for importing the module
1616

1717
## Development
1818

0 commit comments

Comments
 (0)