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

@@ -34,7 +34,7 @@
run(Kinetic);
</script>
<script src="../../dist/kinetic-v0.0.0.js"></script>
<script src="../../dist/kinetic-dev.js"></script>
<script>
run(Kinetic);
</script>