Skip to content

Commit d10b280

Browse files
authored
Merge pull request #24 from baoduy/develop
move style-sheet to their component folders
2 parents d41697e + 9396ce2 commit d10b280

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+792
-2562
lines changed

.bitmap

Lines changed: 0 additions & 462 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- run: npm install
3030
- run: npm install codecov
31+
- run: npm install npm-check
3132

3233
- save_cache:
3334
paths:
@@ -38,7 +39,7 @@ jobs:
3839
- run: npm run build
3940
# lint
4041
- run: npm run lint
41-
# run tests!
42+
# run tests
4243
- run: npm run test-ci
4344

4445

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ ASALocalRun/
332332
.idea/
333333
dist/
334334
node_modules/
335-
tests/__coverage__/
335+
**/__coverage__/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "sm-react-node-express"]
1111
path = sm-react-node-express
1212
url = https://github.com/baoduy/sm-react-node-express
13+
[submodule "configs"]
14+
path = configs
15+
url = https://github.com/baoduy/sm-webpack-config

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
1616
- **[Redux](https://redux.js.org/)** Manage the Component states.
1717
- **[Redux-Thunk](https://github.com/reduxjs/redux-thunk)** The middle-ware of Redux
1818
- **[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/).
19-
- ESLINT for Javascript and ReactJs
20-
- JSHINT standard configuration.
19+
- ESLINT for Javascript and ReactJs.
2120
- 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)
2221

2322
* Convert CSS to LESS: http://kronus.me/cn/css2less/

bit.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

configs

Submodule configs added at 09cdfdb

configs/webpack/common.js

Lines changed: 0 additions & 105 deletions
This file was deleted.

configs/webpack/dev.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

configs/webpack/prod.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)