diff options
| author | Igor Minar | 2010-10-19 21:19:28 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-20 14:48:35 -0700 |
| commit | 2e687ee56fb81e96c0f45b2655a1a723331e2d20 (patch) | |
| tree | e4019a9c621438178247994388bb5347fd36bd62 /version.yaml | |
| parent | 7530eea7035e26a0bcc358c8ef94c79debabddf4 (diff) | |
| download | angular.js-2e687ee56fb81e96c0f45b2655a1a723331e2d20.tar.bz2 | |
Add support for version numbers in the Rakefile
* version number is stored in version.yaml
- work in progress is marked with version number that ends with '-snapshot'
* all compiled files are stored in the './build/' directory without version numbers
* :package task creates a tarball in the build directory
- if version number contains '-snapshot', this substring is replaced with sha of the head
- tarball contains version number in the filename
- all js files contain version number in the filename
* .gitignore was updated to reflect all these changes
* the .map file is not created by the closure compiler any more
Diffstat (limited to 'version.yaml')
| -rw-r--r-- | version.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/version.yaml b/version.yaml new file mode 100644 index 00000000..59c3c054 --- /dev/null +++ b/version.yaml @@ -0,0 +1,4 @@ +# <angular/> build config file +--- +version: 0.9.0-snapshot +codename: dragonbreath |
