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

@@ -1,5 +1,5 @@
Test.Modules.GLOBAL = {
'test Kinetic version number': function(containerId) {
test(Kinetic.version === '0.0.0', 'Kinetic.version should equal 0.0.0');
test(Kinetic.version === 'dev', 'Kinetic.version should equal dev');
}
};