Skip to content

minor fixes #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build

# misc
.DS_Store
Thumbs.db
.env
.idea
npm-debug.log
compilation-stats.json
7 changes: 6 additions & 1 deletion React_Full_Project/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Changelog CoreUI react
## Changelog [react](./REACT.md) version

### 2017.08.24
- webpack.config env.prod
- Dashboard .dropdown-menu-right temp.scss hotfix (full)
- callout.scss .chart-wrapper hotfix (full)

### 2017.08.11
- Bootstrap 4 beta
Expand Down
10 changes: 8 additions & 2 deletions React_Full_Project/CORE_REACT.md → REACT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CoreUI React version
# React version

## Intro

Expand Down Expand Up @@ -27,4 +27,10 @@ public/img (images)

**npm run clean** to clean build dir

**npm run dev** to run a dev build with watching filesystem for changes
**npm run dev** to run a dev build with watching filesystem for changes


## See also

[Changelog](./CHANGELOG.md)
[Readme](./README.md)
2 changes: 2 additions & 0 deletions React_Full_Project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ build

# misc
.DS_Store
Thumbs.db
.env
.idea
npm-debug.log
compilation-stats.json
Loading