mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-25 20:45:30 +08:00
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
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user