Open
Description
Should we refer to specific local libraries, such as ../lib/angular/angular.js or refer to online version, such as http://code.angularjs.org/1.0.5/angular.js
The benefit of the first approach is that we can change what version we run off without having to go and change all the index.html files. The downside is that it makes it a bit of a pain if we have to distribute each chapter as a single zip file that will need to contain a copy of the libraries.