Skip to content

Commit

Permalink
actually build release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Cahill committed May 25, 2015
1 parent 461e72d commit e2c05a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/table-edits.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h5>Saving Table Data</h5>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/momentjs/moment.js"></script>
<script src="bower_components/pikaday/pikaday.js"></script>
<script src="src/table-edits.js"></script>
<script src="build/table-edits.min.js"></script>
<script>
$(function() {
var pickers = {};
Expand Down

0 comments on commit e2c05a9

Please sign in to comment.