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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,8 +1,3 @@ -angular-minified.map -angular.js -angular-minified.js -angular-debug.js -angular-ie-compat.js -angular-scenario.js +build/ angularjs.netrc jstd.log |
