dev version will now be 0.0.0 instead of current. current is an invalid value for the version key in the package.json file for grunt

This commit is contained in:
Eric Rowell
2013-06-01 15:58:14 -07:00
parent 6d9adad2f5
commit 616e5d98f4
12 changed files with 68 additions and 36 deletions

View File

@@ -2,9 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-vcurrent.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.9.3/TweenLite.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.9.3/easing/EasePack.min.js"></script>
<script src="../../dist/kinetic-v0.0.0.js"></script>
<!-- assets -->
<script src="../js/Test.js"></script>