Skip to content

Commit

Permalink
Repaired pathes that still included build as folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Nov 23, 2014
1 parent 176a79a commit 45e5bb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"license": "MIT",
"main": [
"build/jquery.bootgrid.js",
"demo/css/jquery.bootgrid.css"
"dist/jquery.bootgrid.js",
"dist/jquery.bootgrid.css"
],
"ignore": [
"build",
Expand Down
4 changes: 2 additions & 2 deletions demo/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jQuery Bootgrid Demo</title>
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="../build/jquery.bootgrid.css" rel="stylesheet" />
<link href="../dist/jquery.bootgrid.css" rel="stylesheet" />
<script src="js/modernizr-2.8.1.js"></script>
<style>
@-webkit-viewport { width: device-width; }
Expand Down Expand Up @@ -142,7 +142,7 @@

<script src="../lib/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="../build/jquery.bootgrid.js"></script>
<script src="../dist/jquery.bootgrid.js"></script>
<script>
$(function()
{
Expand Down
4 changes: 2 additions & 2 deletions demo/send.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jQuery Bootgrid Demo</title>
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="../build/jquery.bootgrid.css" rel="stylesheet" />
<link href="../dist/jquery.bootgrid.css" rel="stylesheet" />
<script src="js/modernizr-2.8.1.js"></script>
<style>
@-webkit-viewport {
Expand Down Expand Up @@ -137,7 +137,7 @@

<script src="../lib/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="../build/jquery.bootgrid.js"></script>
<script src="../dist/jquery.bootgrid.js"></script>
<script>
$(function ()
{
Expand Down

0 comments on commit 45e5bb6

Please sign in to comment.