diff options
| author | Igor Minar | 2012-08-29 16:56:48 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-08-29 16:56:48 -0700 | 
| commit | e0184d4aef70429c52eede6b13ab77a29d26951b (patch) | |
| tree | b5a703d0c663df39697c950c53f21040cb144549 /Rakefile | |
| parent | 1702e49548e1857f4cc2db34125e71e98c6f6b1c (diff) | |
| download | angular.js-e0184d4aef70429c52eede6b13ab77a29d26951b.tar.bz2 | |
chore(Rakefile): fix the default task
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -16,7 +16,7 @@ files = eval(content.gsub(/\};(\s|\S)*/, '}').  BUILD_DIR = 'build' -task :default => [:compile, :test] +task :default => [:package]  desc 'Init the build workspace' | 
