Skip to content

Commit

Permalink
Initial React rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Oct 11, 2017
1 parent af81c33 commit 4c3b4aa
Show file tree
Hide file tree
Showing 297 changed files with 37,691 additions and 16,655 deletions.
38 changes: 9 additions & 29 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,30 +1,10 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=2

[{.eslintrc,.babelrc,.stylelintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
indent_style=space
indent_size=2

[*.scss]
indent_style=space
indent_size=2

[*.styl]
indent_style=space
indent_size=2
root = true

[*.coffee]
indent_style=space
indent_size=2

[{.analysis_options,*.yml,*.yaml}]
indent_style=space
indent_size=2

[tslint.json]
indent_style=space
indent_size=2
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
14 changes: 1 addition & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,8 @@ npm-debug.log*
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

# compiled css
lib/**/*.css
lib/

# files produced by ngc
lib/**/*.ngfactory.ts
lib/**/*.css.shim.ts
**/*.ngsummary.json
lib/**/*.shim.ngstyle.ts

# other
/dist
/demo/build
.tmp
compiled
/coverage
.ghpages-tmp
stats.json
Expand Down
12 changes: 4 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
.DS_Store
**/.*
compiled

node_modules
jspm_packages
node_modules/

tests
lib
demo
build
coverage
perf/
demo/
coverage/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<a name="1.19.1"></a>
# [1.19.1](https://github.com/Rebilly/ReDoc/compare/v1.19.0...v1.19.1) (2017-10-02)


### Bug Fixes

* snapshot crashing on `constructor` prop ([04e8606](https://github.com/Rebilly/ReDoc/commit/04e8606)), closes [#341](https://github.com/Rebilly/ReDoc/issues/341)


<a name="1.19.0"></a>
# [1.19.0](https://github.com/Rebilly/ReDoc/compare/v1.18.1...v1.19.0) (2017-09-21)

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@

[![Browser Compatibility](https://saucelabs.com/browser-matrix/redoc.svg)](https://saucelabs.com/u/redoc)

**REACT-REWRITE: WORK IN PROGRESS**

To try locally run:

```shell
yarn install
npm start
```

![ReDoc demo](demo/redoc-demo.png)

## [Live demo](http://rebilly.github.io/ReDoc/)
Expand Down
38 changes: 0 additions & 38 deletions bower.json

This file was deleted.

9 changes: 0 additions & 9 deletions build/helpers.js

This file was deleted.

15 changes: 0 additions & 15 deletions build/join-module-css.js

This file was deleted.

12 changes: 0 additions & 12 deletions build/paths.js

This file was deleted.

28 changes: 0 additions & 28 deletions build/prepare_deploy.js

This file was deleted.

Empty file removed build/resource-override.js
Empty file.
33 changes: 0 additions & 33 deletions build/run_tests.js

This file was deleted.

136 changes: 0 additions & 136 deletions build/webpack.common.js

This file was deleted.

Loading

0 comments on commit 4c3b4aa

Please sign in to comment.