From 0649009624e8e7bd6fb39537f62c6f00facbfb16 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 22 Sep 2010 13:24:40 +0200 Subject: Refactored the Browser: - change from using prototype to inner functions to help with better compression - removed watchers (url/cookie) and introduced a poller concept - moved the checking of URL and cookie into services which register with poolers Benefits: - Smaller minified file - can call $browser.poll() from tests to simulate polling - single place where setTimeout needs to be tested - More testable $browser --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c4e53987..1af9e303 100644 --- a/Rakefile +++ b/Rakefile @@ -121,7 +121,7 @@ task :lint do print out end -desc 'push_angularajs' +desc 'push_angularjs' task :push_angularjs do Rake::Task['compile'].execute 0 sh %(cat angularjs.ftp | ftp -N angularjs.netrc angularjs.org) -- cgit v1.2.3