breaking up distribution tasks; moving version to a template to have a simpler concat function
This commit is contained in:
6
src/templates/version.erb
Normal file
6
src/templates/version.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
jasmine.version_= {
|
||||
"major": <%= major %>,
|
||||
"minor": <%= minor %>,
|
||||
"build": <%= build %>,
|
||||
"revision": <%= revision %>
|
||||
}
|
||||
6
src/version.js
Normal file
6
src/version.js
Normal file
@@ -0,0 +1,6 @@
|
||||
jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"build": 0,
|
||||
"revision": 1308065344
|
||||
}
|
||||
Reference in New Issue
Block a user