Skip to content

Commit

Permalink
WIP: update demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethanCeyer committed Apr 1, 2018
1 parent 694dc44 commit 5c6e7aa
Show file tree
Hide file tree
Showing 18 changed files with 7,373 additions and 4,983 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,6 @@
exclude_patterns:
- src/**/*.spec.ts
- dist/**/*
- demo/**/*
- docs/**/*
- examples/**/*
11 changes: 9 additions & 2 deletions .editorconfig
@@ -1,6 +1,13 @@
#root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
indent_size = 4

[*.js]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .eslintignore
@@ -0,0 +1,2 @@
dist/**/*.js
build/**/*.js
5 changes: 5 additions & 0 deletions .gitattributes
@@ -0,0 +1,5 @@
dist/* linguist-vendored=true
docs/* linguist-vendored=true
demo/* linguist-vendored=true
*.html linguist-vendored=true
*.css linguist-vendored=true
9 changes: 4 additions & 5 deletions .gitignore
@@ -1,7 +1,6 @@
node_modules/
.idea/
.nyc_output/
*.DS_Store
build
.rpt2_cache/
.idea/
node_modules/
coverage/
package-lock.json
src/**/*.js
14 changes: 0 additions & 14 deletions demo/css/calendar-style.css

This file was deleted.

3,945 changes: 0 additions & 3,945 deletions demo/css/semantic.ui.min.css

This file was deleted.

0 comments on commit 5c6e7aa

Please sign in to comment.