Skip to content

Commit 91241c4

Browse files
πŸ”₯ Remove demo directory and use landing site as default (shipshapecode#802)
* πŸ”₯ Remove demo directory and use landing site as default * πŸ‘·β€β™‚οΈ Add build step for tailwind
1 parent 33e2e59 commit 91241c4

24 files changed

+13
-677
lines changed

β€Ž.codeclimate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ checks:
1010
config:
1111
threshold: 30
1212
exclude_patterns:
13-
- "demo/"
1413
- "dist/"
1514
- "docs/"
1615
- "jsdoc-template/"

β€Ž.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/coverage/
22
/cypress/dummy/js/prism.js
3-
/demo/
43
/dist/
54
/docs/
65
/landing/

β€Ž.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
sourceType: 'module',
2121
templates: {
2222
referenceTitle: 'Shepherd.js',
23-
favicon: '/demo/assets/favicons/favicon-32x32.png',
23+
favicon: '/landing/assets/favicons/favicon-32x32.png',
2424
githubLink: 'https://github.com/shipshapecode/shepherd',
2525
// Do not disable sorting
2626
disableSort: false,

β€Ž.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
coverage/
55
cypress/
6-
demo/
76
docs/
87
esdoc/
98
jsdoc-template/

β€ŽCONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to contribute, we ask that you take the following steps:
2828
1. Most of the _editable_ code lives in the `src` directory while built code
2929
will end up in the `dist` directory upon running `yarn build`.
3030

31-
2. The demo app is served out of the `demo` directory. Running `yarn start` will open it in your browser and initiate a live-reloading session as you make changes.
31+
2. The demo app is served out of the `landing` directory. Running `yarn start` will open it in your browser and initiate a live-reloading session as you make changes.
3232

3333

3434
## Opening Pull Requests
-18.3 KB
Binary file not shown.
-12.9 KB
Binary file not shown.
-19.1 KB
Binary file not shown.
-13.6 KB
Binary file not shown.
-18.3 KB
Binary file not shown.

0 commit comments

Comments
Β (0)