updated build process. dev version no longer pulls the version number from the package.json file. It instead always uses dev. Also set some things up for -beta build support

This commit is contained in:
Eric Rowell
2013-07-27 21:09:33 -07:00
parent 57a9313a7b
commit e5c52a92f0
10 changed files with 51 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-v0.0.0.js"></script>
<script src="../../dist/kinetic-dev.js"></script>
<!-- assets -->
<script src="../assets/worldMap.js"></script>