Skip to content

Commit

Permalink
update for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jan 4, 2019
1 parent 2eb9767 commit d1df0f4
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#### Dark mode
![vue-ctk-date-time-picker](./assets/illu-animated-dark.gif)
## Demo
[Enjoy here](https://htmlpreview.github.io/?https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/demo/index.html)
[Enjoy here](https://chronotruck.github.io/vue-ctk-date-time-picker/)

## Installation

Expand Down
1 change: 0 additions & 1 deletion demo/css/app.6eba0b47.css

This file was deleted.

Binary file removed demo/img/logo-dark.37b93bd6.png
Binary file not shown.
Binary file removed demo/img/logo.d4b9d197.png
Binary file not shown.
1 change: 0 additions & 1 deletion demo/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions demo/js/app.4e559485.js

This file was deleted.

1 change: 0 additions & 1 deletion demo/js/app.4e559485.js.map

This file was deleted.

18 changes: 0 additions & 18 deletions demo/js/chunk-vendors.11c8bda6.js

This file was deleted.

1 change: 0 additions & 1 deletion demo/js/chunk-vendors.11c8bda6.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"scripts": {
"lint": "eslint --ext .js,.vue src modules",
"lint:fix": "eslint --ext .js,.vue src apps --fix",
"build": "npm run lint && npm run build:lib && npm run build:demo",
"build": "npm run lint && npm run build:lib && npm run build:docs",
"build:lib": "vue-cli-service build --target lib ./src/VueCtkDateTimePicker/index.vue && cp dist/vue-ctk-date-time-picker.css dist/vue-ctk-date-time-picker.min.css",
"build:demo": "vue-cli-service build --dest demo --mode production",
"build:docs": "vue-cli-service build --dest docs --mode production",
"test": "vue-cli-service test:unit /test/specs",
"serve": "vue-cli-service serve --mode development",
"serve:build": "vue-cli-service serve --mode production",
Expand Down

0 comments on commit d1df0f4

Please sign in to comment.