aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorIgor Minar2012-08-29 16:56:48 -0700
committerIgor Minar2012-08-29 16:56:48 -0700
commite0184d4aef70429c52eede6b13ab77a29d26951b (patch)
treeb5a703d0c663df39697c950c53f21040cb144549 /Rakefile
parent1702e49548e1857f4cc2db34125e71e98c6f6b1c (diff)
downloadangular.js-e0184d4aef70429c52eede6b13ab77a29d26951b.tar.bz2
chore(Rakefile): fix the default task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8d04d024..f26f1497 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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'