<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/Rakefile, branch v1.0.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(testacular): use local testacular version</title>
<updated>2012-11-01T00:00:00+00:00</updated>
<author>
<name>Sudhir Jonathan</name>
</author>
<published>2012-10-21T06:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ce84cb2eaf34bf084431ba09174be33253abe91'/>
<id>8ce84cb2eaf34bf084431ba09174be33253abe91</id>
<content type='text'>
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): remove test_out dir when cleaning</title>
<updated>2012-10-18T03:20:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-17T22:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c4573c04aa152e85c87b6462c81585c7fb7d7a3d'/>
<id>c4573c04aa152e85c87b6462c81585c7fb7d7a3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): tune JVM for closure compiler</title>
<updated>2012-10-18T03:20:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-17T22:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d57abdb3f7d4469c5cba0efdd762c09d0678013e'/>
<id>d57abdb3f7d4469c5cba0efdd762c09d0678013e</id>
<content type='text'>
Using the client VM and forcing 32bit mode gives us huge perf boost.

before:

reali   0m8.173s
user    0m39.984s
sys     0m1.408s

after:

real    0m3.000s
user    0m12.687s
sys     0m0.852s
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the client VM and forcing 32bit mode gives us huge perf boost.

before:

reali   0m8.173s
user    0m39.984s
sys     0m1.408s

after:

real    0m3.000s
user    0m12.687s
sys     0m0.852s
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): paralelize closure compilation</title>
<updated>2012-10-18T03:16:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-17T21:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4050e894467af7af47dd00dd28c0fba80f6ac82d'/>
<id>4050e894467af7af47dd00dd28c0fba80f6ac82d</id>
<content type='text'>
this speeds up the build by paralelizing closure compilation (the slowest
piece of the build process)

before:

real  0m14.372s
user  0m31.649s
sys   0m1.006s

after:

real  0m8.191s
user  0m40.473s
sys   0m1.378s
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this speeds up the build by paralelizing closure compilation (the slowest
piece of the build process)

before:

real  0m14.372s
user  0m31.649s
sys   0m1.006s

after:

real  0m8.191s
user  0m40.473s
sys   0m1.378s
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): misc_options should support + -&gt; , conversion</title>
<updated>2012-10-18T03:16:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-09-20T08:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0c8e90884192e05320eb3e6c6891b14f2800af89'/>
<id>0c8e90884192e05320eb3e6c6891b14f2800af89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): use exec for webserver</title>
<updated>2012-10-17T19:44:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-10-17T19:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5595e196a8d1360f2247d871f4a073223fb0e058'/>
<id>5595e196a8d1360f2247d871f4a073223fb0e058</id>
<content type='text'>
exec unlike system replaces the current process. this way when we kill
the webserver process we don't get scary looking 'rake aborted' error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
exec unlike system replaces the current process. this way when we kill
the webserver process we don't get scary looking 'rake aborted' error
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): fix test:jquery task</title>
<updated>2012-09-17T21:52:06+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-09-17T17:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74c574015dfda7f9dd697aa2efe90c96262d3b8c'/>
<id>74c574015dfda7f9dd697aa2efe90c96262d3b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(): remove unused files</title>
<updated>2012-09-17T16:46:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-09-16T17:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8632e893b0d2e7bbef61aadf0e353613889796a1'/>
<id>8632e893b0d2e7bbef61aadf0e353613889796a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(contribute): update misc/contribute docs with Testacular info</title>
<updated>2012-09-17T16:46:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-09-15T15:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c2b6e127faf4248ea9a48f75f83b82ad4cb3afc1'/>
<id>c2b6e127faf4248ea9a48f75f83b82ad4cb3afc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): Testacular config files + rake tasks</title>
<updated>2012-09-17T16:46:13+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-30T08:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=06eceeb09feb7eccc6cb1ef87181bd6060cf3d4b'/>
<id>06eceeb09feb7eccc6cb1ef87181bd6060cf3d4b</id>
<content type='text'>
- adds testacular config files for jqlite, jquery, modules and e2e tests
- replaces obsolete JsTD Rake tasks with Testacular onces
- rake tasks are parameterazied so that they can be used locally as well as on CI server

usage:

rake test  # run all tests on Chrome
rake test[Safari+Chrome+Opera]  # run all tests on Safari, Chrome and Opera
rake test[Safari]  # run all tests on Safari
rake test:jqlite # run unit tests using jqlite on Chrome
rake test:jqlite[Safari,"--reporter=dots"]  # run jqlite-based unit tests on Safari with dots reporter
rake autotest:jquery  # start testacular with jquery-based config and watch fs for changes
rake test:e2e # run end to end tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- adds testacular config files for jqlite, jquery, modules and e2e tests
- replaces obsolete JsTD Rake tasks with Testacular onces
- rake tasks are parameterazied so that they can be used locally as well as on CI server

usage:

rake test  # run all tests on Chrome
rake test[Safari+Chrome+Opera]  # run all tests on Safari, Chrome and Opera
rake test[Safari]  # run all tests on Safari
rake test:jqlite # run unit tests using jqlite on Chrome
rake test:jqlite[Safari,"--reporter=dots"]  # run jqlite-based unit tests on Safari with dots reporter
rake autotest:jquery  # start testacular with jquery-based config and watch fs for changes
rake test:e2e # run end to end tests
</pre>
</div>
</content>
</entry>
</feed>
