From 2e687ee56fb81e96c0f45b2655a1a723331e2d20 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 19 Oct 2010 21:19:28 -0700 Subject: 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 --- version.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 version.yaml (limited to 'version.yaml') diff --git a/version.yaml b/version.yaml new file mode 100644 index 00000000..59c3c054 --- /dev/null +++ b/version.yaml @@ -0,0 +1,4 @@ +# build config file +--- +version: 0.9.0-snapshot +codename: dragonbreath -- cgit v1.2.3