Skip to content

Commit

Permalink
Merge pull request #10 from ranjithprabhuk/development
Browse files Browse the repository at this point in the history
Build Setup for Deployment in Github
  • Loading branch information
ranjithprabhuk committed Aug 9, 2018
2 parents 7393ed0 + 5e90164 commit 6177c91
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
.idea/
.ideabuild/
node_modules/
build/
typings/
tmp/
dist/
logs
*.log
components/examples
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ tslint.json
.gitattributes
*.log
index.tsx
exclude all the components/examples
62 changes: 62 additions & 0 deletions dist/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/bundle.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>React Material UI Kit :: RMat-Kit</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
</head>
<body>
<div id="rmat-kit-app"></div>

<!-- Dependencies -->
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>

<!-- Main -->
<script src="./dist/bundle.js"></script>
<script type="text/javascript" src="bundle.js"></script></body>
</html>

0 comments on commit 6177c91

Please sign in to comment.