diff options
| author | Igor Minar | 2012-09-16 10:39:43 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-09-16 10:39:43 -0700 |
| commit | 4a04c2ec0c935dd47b124ea488d68e8c87618386 (patch) | |
| tree | 4555c42145f00759c7f84d47fe17cdb90ebc0dee /Rakefile | |
| parent | 89dd5662772dcdf46a4e8c19beba46ca9d87a0d6 (diff) | |
| download | angular.js-4a04c2ec0c935dd47b124ea488d68e8c87618386.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 # |
