Use bower
This commit is contained in:
parent
0896799a25
commit
0ab37161bb
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
config.json
|
config.json
|
||||||
|
config/*/*
|
||||||
*.txt
|
*.txt
|
||||||
|
|
||||||
app/.module-cache
|
app/.module-cache
|
||||||
|
app/bower_components
|
||||||
|
// Ignore compiled app for now
|
||||||
|
app/app.js
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf8">
|
<meta charset="utf8">
|
||||||
<title>Empact</title>
|
<title>Empact</title>
|
||||||
<link rel="stylesheet" href="/normalize.css">
|
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
||||||
<link rel="stylesheet" href="/app.css">
|
<link rel="stylesheet" href="/app.css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
<script src="/react.js"></script>
|
<script src="/bower_components/react/react.js"></script>
|
||||||
<script src="/react-router-0.11.6.min.js"></script>
|
<script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
|
||||||
<script src="/jquery-2.1.3.min.js"></script>
|
<script src="/bower_components/jquery/dist/jquery.js"></script>
|
||||||
<script src="/app.js"></script>
|
<script src="/app.js"></script>
|
||||||
</html>
|
</html>
|
||||||
|
10
app/bower.json
Normal file
10
app/bower.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "Empact",
|
||||||
|
"ignore": [],
|
||||||
|
"dependencies": {
|
||||||
|
"react": "0.12.2",
|
||||||
|
"react-router": "0.12.4",
|
||||||
|
"jquery": "2.1.3",
|
||||||
|
"normalize.css": "3.0.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user