<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib/grunt, branch v1.0.8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(grunt): fix regex in grunt util to handle pre-release versions</title>
<updated>2013-08-15T19:43:05+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-13T20:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=553fdb318f53cc2e769cca9cb0e3c634102a0cb1'/>
<id>553fdb318f53cc2e769cca9cb0e3c634102a0cb1</id>
<content type='text'>
NOTE: this also includes a temporary work-around for Bower
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: this also includes a temporary work-around for Bower
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: disable npm install on Travis</title>
<updated>2013-08-14T23:12:37+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-08-13T22:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f29f2f99b138de794a58500fed60452935293815'/>
<id>f29f2f99b138de794a58500fed60452935293815</id>
<content type='text'>
Grunt is configured to run `npm install` before every task. That is convenient when switching a branch for example.

On Travis, this makes no sense and is causing tons of NPM warnings (eg. packages not defining repository field etc).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Grunt is configured to run `npm install` before every task. That is convenient when switching a branch for example.

On Travis, this makes no sense and is causing tons of NPM warnings (eg. packages not defining repository field etc).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(grunt): cache version number</title>
<updated>2013-08-12T23:23:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-07-14T06:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=edef295b116f10af733d33a7c2b30c7c741f7900'/>
<id>edef295b116f10af733d33a7c2b30c7c741f7900</id>
<content type='text'>
caching the version number speeds up the build and preserves resources.

this also fixed EMFILE error that now occurs on some macs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caching the version number speeds up the build and preserves resources.

this also fixed EMFILE error that now occurs on some macs.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(travis): speed up the build</title>
<updated>2013-07-02T22:12:03+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-07-01T23:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=52519d45b94d43c6dcd60d0845b1914edf5c743c'/>
<id>52519d45b94d43c6dcd60d0845b1914edf5c743c</id>
<content type='text'>
- parallelize the tasks
- cache requests (e2e tests)

This reduces the time from ~18min to ~12min.

It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- parallelize the tasks
- cache requests (e2e tests)

This reduces the time from ~18min to ~12min.

It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.</pre>
</div>
</content>
</entry>
<entry>
<title>chore(package.json): kill version.yaml in favor of package.json</title>
<updated>2013-05-20T23:48:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-05-20T23:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f81431dd724f54290ee9a8c7e23650bc59e0c739'/>
<id>f81431dd724f54290ee9a8c7e23650bc59e0c739</id>
<content type='text'>
all versioning info is now in package.json and that's where the build scripts read it from
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all versioning info is now in package.json and that's where the build scripts read it from
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Grunt): also remove \r chars when joining files</title>
<updated>2013-04-16T12:14:09+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-04-16T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0893e83c92108a057fff48a316b8a51dfec735ce'/>
<id>0893e83c92108a057fff48a316b8a51dfec735ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: use Karma</title>
<updated>2013-04-04T01:22:03+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-03-21T01:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=91fa865bf22afdf4b25a20acce7a8c7f7d331323'/>
<id>91fa865bf22afdf4b25a20acce7a8c7f7d331323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Grunt): switch from Rake to Grunt</title>
<updated>2013-03-06T07:35:13+00:00</updated>
<author>
<name>Dave Geddes</name>
</author>
<published>2012-10-21T06:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a77fdae4f6a1a03734374aacc7264ebd6dbe94d'/>
<id>7a77fdae4f6a1a03734374aacc7264ebd6dbe94d</id>
<content type='text'>
Migrates the Angular project from Rake to Grunt.

Benefits:
- Drops Ruby dependency
- Lowers barrier to entry for contributions from JavaScript ninjas
- Simplifies the Angular project setup and build process
- Adopts industry-standard tools specific to JavaScript projects
- Support building angular.js on Windows platform (really?!? why?!?)

BREAKING CHANGE: Rake is completely replaced by Grunt. Below are the deprecated Rake tasks and their Grunt equivalents:

rake --&gt; grunt
rake package --&gt; grunt package
rake init --&gt; N/A
rake clean --&gt; grunt clean
rake concat_scenario --&gt; grunt build:scenario
rake concat --&gt; grunt build
rake concat_scenario --&gt; grunt build:scenario
rake minify --&gt; grunt minify
rake version --&gt; grunt write:version
rake docs --&gt; grunt docs
rake webserver --&gt; grunt webserver
rake test --&gt; grunt test
rake test:unit --&gt; grunt test:unit
rake test:&lt;jqlite|jquery|modules|e2e&gt; --&gt; grunt test:&lt;jqlite|jquery|modules|end2end|e2e&gt;
rake test[Firefox+Safari] --&gt; grunt test --browsers Firefox,Safari
rake test[Safari] --&gt; grunt test --browsers Safari
rake autotest --&gt; grunt autotest

NOTES:
* For convenience grunt test:e2e starts a webserver for you, while grunt test:end2end doesn't.
  Use grunt test:end2end if you already have the webserver running.
* Removes duplicate entry for Describe.js in the angularScenario section of angularFiles.js
* Updates docs/src/gen-docs.js to use #done intead of the deprecated #end
* Uses grunt-contrib-connect instead of lib/nodeserver (removed)
* Removes nodeserver.sh, travis now uses grunt webserver
* Built and minified files are identical to Rake's output, with the exception of one less
  character for git revisions (using --short) and a couple minor whitespace differences

Closes #199

Conflicts:

	Rakefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrates the Angular project from Rake to Grunt.

Benefits:
- Drops Ruby dependency
- Lowers barrier to entry for contributions from JavaScript ninjas
- Simplifies the Angular project setup and build process
- Adopts industry-standard tools specific to JavaScript projects
- Support building angular.js on Windows platform (really?!? why?!?)

BREAKING CHANGE: Rake is completely replaced by Grunt. Below are the deprecated Rake tasks and their Grunt equivalents:

rake --&gt; grunt
rake package --&gt; grunt package
rake init --&gt; N/A
rake clean --&gt; grunt clean
rake concat_scenario --&gt; grunt build:scenario
rake concat --&gt; grunt build
rake concat_scenario --&gt; grunt build:scenario
rake minify --&gt; grunt minify
rake version --&gt; grunt write:version
rake docs --&gt; grunt docs
rake webserver --&gt; grunt webserver
rake test --&gt; grunt test
rake test:unit --&gt; grunt test:unit
rake test:&lt;jqlite|jquery|modules|e2e&gt; --&gt; grunt test:&lt;jqlite|jquery|modules|end2end|e2e&gt;
rake test[Firefox+Safari] --&gt; grunt test --browsers Firefox,Safari
rake test[Safari] --&gt; grunt test --browsers Safari
rake autotest --&gt; grunt autotest

NOTES:
* For convenience grunt test:e2e starts a webserver for you, while grunt test:end2end doesn't.
  Use grunt test:end2end if you already have the webserver running.
* Removes duplicate entry for Describe.js in the angularScenario section of angularFiles.js
* Updates docs/src/gen-docs.js to use #done intead of the deprecated #end
* Uses grunt-contrib-connect instead of lib/nodeserver (removed)
* Removes nodeserver.sh, travis now uses grunt webserver
* Built and minified files are identical to Rake's output, with the exception of one less
  character for git revisions (using --short) and a couple minor whitespace differences

Closes #199

Conflicts:

	Rakefile
</pre>
</div>
</content>
</entry>
</feed>
