Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(demo): Remove demo, fix languages #861

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
bower_components
npm-debug.log
demo/assets/**/*.map
demo/
dist/
site
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- python3 -V
- pip3 -V
- mkdocs -V
- yarn build
- yarn build:all
deploy:
provider: script
script:
Expand Down
35 changes: 0 additions & 35 deletions demo/assets/css/demo.css

This file was deleted.

1 change: 0 additions & 1 deletion demo/assets/js/control_plugins/starRating.min.js

This file was deleted.

1 change: 0 additions & 1 deletion demo/assets/js/control_plugins/textarea.trumbowyg.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions demo/assets/js/demo.min.js

This file was deleted.

Binary file removed demo/assets/js/demo.min.js.gz
Binary file not shown.
19 changes: 0 additions & 19 deletions demo/assets/js/form-builder.min.js

This file was deleted.

Binary file removed demo/assets/js/form-builder.min.js.gz
Binary file not shown.
19 changes: 0 additions & 19 deletions demo/assets/js/form-render.min.js

This file was deleted.

Binary file removed demo/assets/js/form-render.min.js.gz
Binary file not shown.
Loading