<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/misc, branch v1.0.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(contribute): add note about running command line as admin on win</title>
<updated>2013-03-06T22:55:42+00:00</updated>
<author>
<name>Dave Geddes</name>
</author>
<published>2013-03-06T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c428121b99ec08a561e330262184626d262619c'/>
<id>4c428121b99ec08a561e330262184626d262619c</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>
<entry>
<title>docs(contributing): add CLA anchor for deeplinking</title>
<updated>2013-02-04T17:38:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-04T17:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ab7c74b4b93bbaf85e046d1ee99df98ebb743a7e'/>
<id>ab7c74b4b93bbaf85e046d1ee99df98ebb743a7e</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): adding npm install to step-by-step</title>
<updated>2013-01-19T05:33:58+00:00</updated>
<author>
<name>Will Moore</name>
</author>
<published>2013-01-18T20:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=661a7287641ef1056fe19bb2b8e3a851e08d13bd'/>
<id>661a7287641ef1056fe19bb2b8e3a851e08d13bd</id>
<content type='text'>
npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: recommend using Google CDN</title>
<updated>2013-01-18T00:53:32+00:00</updated>
<author>
<name>Daniel Demmel</name>
</author>
<published>2012-09-14T22:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d5a1336e6bf4316d6d130d5c9226ea4e40fb1e85'/>
<id>d5a1336e6bf4316d6d130d5c9226ea4e40fb1e85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs/content/misc/faq.ngdoc</title>
<updated>2013-01-09T09:50:27+00:00</updated>
<author>
<name>naomiblack</name>
</author>
<published>2013-01-09T00:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=841bdf1c07bf7408ed9853488d77b1e7ca37e091'/>
<id>841bdf1c07bf7408ed9853488d77b1e7ca37e091</id>
<content type='text'>
Updated the canonical video to a recent one. Fixed a typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the canonical video to a recent one. Fixed a typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(faq): add info on logo reuse and how to get t-shirts and stickers</title>
<updated>2013-01-04T18:22:00+00:00</updated>
<author>
<name>naomiblack</name>
</author>
<published>2013-01-04T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=759cba1a8dfe04e168086851a2d3f78acb2ec137'/>
<id>759cba1a8dfe04e168086851a2d3f78acb2ec137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>docs(contribute): fix task name for continuous testing</title>
<updated>2012-10-31T20:13:33+00:00</updated>
<author>
<name>Daniel Luz</name>
</author>
<published>2012-10-24T11:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=085e0ea8ef628bfb71a17e8f3030efb25cd6b90f'/>
<id>085e0ea8ef628bfb71a17e8f3030efb25cd6b90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc): typo on FAQ</title>
<updated>2012-10-31T17:26:00+00:00</updated>
<author>
<name>Daniel Luz</name>
</author>
<published>2012-10-25T12:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c2e18c37a7a93d81a3a36c7b94f6330a344325b'/>
<id>2c2e18c37a7a93d81a3a36c7b94f6330a344325b</id>
<content type='text'>
Closes #1493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1493
</pre>
</div>
</content>
</entry>
</feed>
