aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorIgor Minar2012-09-16 10:39:43 -0700
committerIgor Minar2012-09-17 09:46:34 -0700
commit8632e893b0d2e7bbef61aadf0e353613889796a1 (patch)
tree4b3bb6efdf1a71f03b45bba696fc25a08fdaa639 /Rakefile
parentc2b6e127faf4248ea9a48f75f83b82ad4cb3afc1 (diff)
downloadangular.js-8632e893b0d2e7bbef61aadf0e353613889796a1.tar.bz2
chore(): remove unused files
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Rakefile b/Rakefile
index e5664121..7e27f48e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -241,19 +241,6 @@ namespace :autotest do
end
-desc 'Lint'
-task :lint do
- out = %x(lib/jsl/jsl -conf lib/jsl/jsl.default.conf)
- print out
-end
-
-
-desc 'push_angularjs'
-task :push_angularjs => :compile do
- sh %(cat angularjs.ftp | ftp -N angularjs.netrc angularjs.org)
-end
-
-
###################
# utility methods #