Skip to content

Commit 1560e0b

Browse files
authored
Merge pull request #4 from xidedix/master-dist
minor fixes
2 parents b7ffd29 + 68692ad commit 1560e0b

22 files changed

+262
-16766
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
6+
# testing
7+
coverage
8+
9+
# production
10+
build
11+
12+
# misc
13+
.DS_Store
14+
Thumbs.db
15+
.env
16+
.idea
17+
npm-debug.log
18+
compilation-stats.json

React_Full_Project/CHANGELOG.md renamed to CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Changelog CoreUI react
1+
## Changelog [react](./REACT.md) version
2+
3+
### 2017.08.24
4+
- webpack.config env.prod
5+
- Dashboard .dropdown-menu-right temp.scss hotfix (full)
6+
- callout.scss .chart-wrapper hotfix (full)
27

38
### 2017.08.11
49
- Bootstrap 4 beta

React_Full_Project/CORE_REACT.md renamed to REACT.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CoreUI React version
1+
# React version
22

33
## Intro
44

@@ -27,4 +27,10 @@ public/img (images)
2727

2828
**npm run clean** to clean build dir
2929

30-
**npm run dev** to run a dev build with watching filesystem for changes
30+
**npm run dev** to run a dev build with watching filesystem for changes
31+
32+
33+
## See also
34+
35+
[Changelog](./CHANGELOG.md)
36+
[Readme](./README.md)

React_Full_Project/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ build
1111

1212
# misc
1313
.DS_Store
14+
Thumbs.db
1415
.env
1516
.idea
1617
npm-debug.log
18+
compilation-stats.json

0 commit comments

Comments
 (0)