diff options
| author | Igor Minar | 2012-09-16 10:39:43 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-09-17 09:46:34 -0700 |
| commit | 8632e893b0d2e7bbef61aadf0e353613889796a1 (patch) | |
| tree | 4b3bb6efdf1a71f03b45bba696fc25a08fdaa639 /Rakefile | |
| parent | c2b6e127faf4248ea9a48f75f83b82ad4cb3afc1 (diff) | |
| download | angular.js-8632e893b0d2e7bbef61aadf0e353613889796a1.tar.bz2 | |
chore(): remove unused files
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 # |
