breaking up distribution tasks; moving version to a template to have a simpler concat function

This commit is contained in:
Davis W. Frank
2011-06-14 08:30:14 -07:00
parent 2ba0aa371c
commit e59171935f
9 changed files with 93 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
jasmine.version_= {
"major": <%= major %>,
"minor": <%= minor %>,
"build": <%= build %>,
"revision": <%= revision %>
}

6
src/version.js Normal file
View File

@@ -0,0 +1,6 @@
jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1308065344
}