Skip to content

Commit

Permalink
Merge pull request #24 from baoduy/develop
Browse files Browse the repository at this point in the history
move style-sheet to their component folders
  • Loading branch information
baoduy authored Jul 14, 2018
2 parents d41697e + 9396ce2 commit d10b280
Show file tree
Hide file tree
Showing 70 changed files with 792 additions and 2,562 deletions.
462 changes: 0 additions & 462 deletions .bitmap

This file was deleted.

3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- run: npm install
- run: npm install codecov
- run: npm install npm-check

- save_cache:
paths:
Expand All @@ -38,7 +39,7 @@ jobs:
- run: npm run build
# lint
- run: npm run lint
# run tests!
# run tests
- run: npm run test-ci


2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ ASALocalRun/
.idea/
dist/
node_modules/
tests/__coverage__/
**/__coverage__/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "sm-react-node-express"]
path = sm-react-node-express
url = https://github.com/baoduy/sm-react-node-express
[submodule "configs"]
path = configs
url = https://github.com/baoduy/sm-webpack-config
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
- **[Redux](https://redux.js.org/)** Manage the Component states.
- **[Redux-Thunk](https://github.com/reduxjs/redux-thunk)** The middle-ware of Redux
- **[Redux-toolbelt](https://github.com/welldone-software/redux-toolbelt)** A set of tools for quicker, easier, less verbose and safer Redux development by [welldone-software](http://welldone-software.com/).
- ESLINT for Javascript and ReactJs
- JSHINT standard configuration.
- ESLINT for Javascript and ReactJs.
- This project also using **babel-runtime** and **babel-plugin-transform-runtime** to speperate the commonns functions to the other module so the size of the file will be reduced. For details please refer [here](babel-plugin-transform-runtime)

* Convert CSS to LESS: http://kronus.me/cn/css2less/
Expand Down
6 changes: 0 additions & 6 deletions bit.json

This file was deleted.

1 change: 1 addition & 0 deletions configs
Submodule configs added at 09cdfd
105 changes: 0 additions & 105 deletions configs/webpack/common.js

This file was deleted.

28 changes: 0 additions & 28 deletions configs/webpack/dev.js

This file was deleted.

17 changes: 0 additions & 17 deletions configs/webpack/prod.js

This file was deleted.

Loading

0 comments on commit d10b280

Please sign in to comment.