aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorIgor Minar2012-09-16 10:39:43 -0700
committerIgor Minar2012-09-16 10:39:43 -0700
commit4a04c2ec0c935dd47b124ea488d68e8c87618386 (patch)
tree4555c42145f00759c7f84d47fe17cdb90ebc0dee /Rakefile
parent89dd5662772dcdf46a4e8c19beba46ca9d87a0d6 (diff)
downloadangular.js-4a04c2ec0c935dd47b124ea488d68e8c87618386.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 #