8000 Merge pull request #4 from xidedix/master-dist · trongr/CoreUI-React@1560e0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1560e0b

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

File tree

22 files changed

+262
-16766
lines changed

22 files changed

+262
-16766
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
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

Lines changed: 6 additions & 1 deletion
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

Lines changed: 8 additions & 2 deletions
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

Lines changed: 2 additions & 0 deletions
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)
0