diff options
| author | Di Peng | 2011-08-20 08:51:00 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-08-24 15:03:09 -0700 | 
| commit | 19401280aed9d4767faddcf58fab91ec13c556a9 (patch) | |
| tree | e3b3d6a45224077f8554d22953a8319f1faf194f /docs/src/templates | |
| parent | 08a33e7bb377a4d47917dbf5fabbe59b562f1e04 (diff) | |
| download | angular.js-19401280aed9d4767faddcf58fab91ec13c556a9.tar.bz2 | |
feat(doc): generate both normal and debug version of index.html
- index.html has manifest file and angular.min.js
- index-jq.html has manifest file, angular.min.js and jquery.min.js
- index-debug.html has angular.js
- index-jq-debug.html has angular.js and jquery.min.js
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 26c1eaec..d5cfaed2 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -2,7 +2,7 @@  <html xmlns:ng="http://angularjs.org/"        xmlns:doc="http://docs.angularjs.org/"        ng:controller="DocsController" -      manifest="appcache.manifest"> +      doc:manifest>  <head>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />    <title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title> @@ -103,7 +103,7 @@    <script src="syntaxhighlighter/syntaxhighlighter-combined.js"></script>    <!-- jquery place holder --> -  <script src="../angular.min.js" ng:autobind></script> +  <!-- angular script place holder -->    <script src="docs-combined.js"></script>    <script src="docs-keywords.js"></script>  </body>  | 
