Switching to bower for managing external references
This commit is contained in:
parent
9c49615225
commit
327d4e8188
1
client/.gitignore
vendored
Normal file
1
client/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
bower_components
|
@ -1 +0,0 @@
|
||||
../../libs/bootstrap
|
15
client/bower.json
Normal file
15
client/bower.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "client",
|
||||
"version": "0.0.0",
|
||||
"authors": [
|
||||
"Alex Yatskov <alex@foosoft.net>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
@ -1 +0,0 @@
|
||||
../../libs/closure-library
|
@ -1 +0,0 @@
|
||||
../../libs/fabric.js
|
@ -1 +0,0 @@
|
||||
../../libs/handlebars.js/
|
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<title>Reactive Search</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
@ -108,12 +108,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="underscore/underscore-min.js"></script>
|
||||
<script src="handlebars.js/handlebars.min.js"></script>
|
||||
<script src="closure-library/closure/goog/base.js"></script>
|
||||
<script src="jquery/jquery.min.js"></script>
|
||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="fabric.js/dist/fabric.min.js"></script>
|
||||
<script src="bower_components/underscore/underscore.js"></script>
|
||||
<script src="bower_components/handlebars/handlebars.min.js"></script>
|
||||
<script src="bower_components/closurelibrary/closure/goog/base.js"></script>
|
||||
<script src="bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<script src="bower_components/fabric/dist/fabric.min.js"></script>
|
||||
|
||||
<script src="grapher.js"></script>
|
||||
<script src="plotter.js"></script>
|
||||
|
@ -1 +0,0 @@
|
||||
../../libs/jquery/
|
@ -1 +0,0 @@
|
||||
../../libs/underscore
|
Loading…
Reference in New Issue
Block a user