<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib/nodeserver, branch v1.2.11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(Grunt): switch from Rake to Grunt</title>
<updated>2013-03-06T07:00:33+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=79b51d5b578927bd510123c81953e7cc8c72f211'/>
<id>79b51d5b578927bd510123c81953e7cc8c72f211</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
</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
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(nodeserver): fix log message for 301 response</title>
<updated>2013-02-24T07:44:40+00:00</updated>
<author>
<name>Steven Davidson</name>
</author>
<published>2013-02-19T18:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c36933d38fcdba5d2c8da0e1804a54ed4efdf95d'/>
<id>c36933d38fcdba5d2c8da0e1804a54ed4efdf95d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): don't rewrite colons in doc filenames</title>
<updated>2012-09-04T18:11:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-31T23:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8fac353f07c00c21a16926740aaec4b1c8cb487'/>
<id>b8fac353f07c00c21a16926740aaec4b1c8cb487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): use GAE and Google CDN for docs</title>
<updated>2012-08-24T21:54:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-20T15:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a4b28dbf3af9a1871f00dfeded6da9eda557412'/>
<id>4a4b28dbf3af9a1871f00dfeded6da9eda557412</id>
<content type='text'>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.

- GAE doesn't support ':' in filenames, so I had to replace it with '_'
  but only in the filename, all servers were reconfigured to rewrite the
  urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
  or in production). When running on a non GAE server we pull assets from
  ../ directory as before
- Since only certain versions of Angular are available on CDN and we want
  to be able to autodeploy docs, I had to pin down the Angular files
  to a "stable" version when running on GAE
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(nodeserver): add font mime type</title>
<updated>2012-08-04T19:09:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-08-04T19:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=77e6d833f6818cbf3eecbe8e7cf640453af36ee1'/>
<id>77e6d833f6818cbf3eecbe8e7cf640453af36ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(favicon): update to aliased icon</title>
<updated>2012-05-24T20:48:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-12T14:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5fb18ae354831736bf56e9e6dccf6213ea24f16'/>
<id>b5fb18ae354831736bf56e9e6dccf6213ea24f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(server.js): Add CSP support</title>
<updated>2012-04-28T05:04:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-27T22:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2b1b2570344cfb55ba93b6f184bd3ee6db324419'/>
<id>2b1b2570344cfb55ba93b6f184bd3ee6db324419</id>
<content type='text'>
The support is disabled by default, uncomment relevant lines to enable
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The support is disabled by default, uncomment relevant lines to enable
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): add dummy favicon.ico to silence 404s</title>
<updated>2012-01-09T21:17:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-12-28T18:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c76a120bfea6f78d6530fa63a8129dfc40af7d86'/>
<id>c76a120bfea6f78d6530fa63a8129dfc40af7d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): properly escape all, not just first char</title>
<updated>2011-10-27T15:44:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-27T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=445680f601c55397e8cf9e8528675a2053d8f807'/>
<id>445680f601c55397e8cf9e8528675a2053d8f807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(nodeserver): docs rewriting</title>
<updated>2011-10-13T18:10:20+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-13T01:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e32f3fd351fcdbc30822f1996d567fcbcc42c02'/>
<id>8e32f3fd351fcdbc30822f1996d567fcbcc42c02</id>
<content type='text'>
There can be url /api which does not end with / and we want to rewrite this url as well...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There can be url /api which does not end with / and we want to rewrite this url as well...
</pre>
</div>
</content>
</entry>
</feed>
