diff options
| author | Igor Minar | 2012-04-05 09:53:36 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-05 11:33:42 -0700 |
| commit | 0f2de12273c50729e918c3103d92fdec6b5b3cad (patch) | |
| tree | 554d45d50525ff6e03df644e80593782584a4232 /docs/src/gen-docs.js | |
| parent | 1bbc67ef6cba16952ed0ef23d9d62ec8ef960295 (diff) | |
| download | angular.js-0f2de12273c50729e918c3103d92fdec6b5b3cad.tar.bz2 | |
chore(docs): add nonminified jquery debug version of docs
Diffstat (limited to 'docs/src/gen-docs.js')
| -rwxr-xr-x | docs/src/gen-docs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index 2915e110..2c5857ec 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -68,6 +68,7 @@ function writeTheRest(writesFuture) { writesFuture.push(writer.copyTpl('offline.html')); writesFuture.push(writer.copyTpl('docs-scenario.html')); writesFuture.push(writer.copyTpl('jquery.min.js')); + writesFuture.push(writer.copyTpl('jquery.js')); writesFuture.push(writer.output('docs-keywords.js', ['NG_PAGES=', JSON.stringify(metadata).replace(/{/g, '\n{'), ';'])); |
