aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Abrons2010-01-26 11:27:50 -0800
committerAdam Abrons2010-01-26 11:27:50 -0800
commit88384854c209f87507c273218fea85009f3801d6 (patch)
treea8b088b4930fca2870de5d3a94e4dc3f014af2ff /Rakefile
parenta2540fd581f35e8f79240d827d2252da5798c3a2 (diff)
downloadangular.js-88384854c209f87507c273218fea85009f3801d6.tar.bz2
add default rake task (compile and test), send database name to login
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 56f7a9c4..8bb7e1f2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
include FileUtils
+task :default => [:compile, :test]
+
desc 'Generate Externs'
task :compileexterns do
out = File.new("externs.js", "w")