updated build file to also minify modules separately for custom builds. Started work on decoupling Animation and DragAndDrop logic from other modules

This commit is contained in:
Eric Rowell
2012-10-14 18:46:04 -07:00
parent d636afb6fe
commit 3d0cb26e6d
53 changed files with 648 additions and 689 deletions

View File

@@ -13,7 +13,7 @@
}
</style>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-core.js"></script>
<script src="../../dist/kinetic-current.js"></script>
<script src="../assets/functionalDataUrls.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/functionalTests.js"></script>