From 0f2de12273c50729e918c3103d92fdec6b5b3cad Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 5 Apr 2012 09:53:36 -0700 Subject: chore(docs): add nonminified jquery debug version of docs --- docs/src/templates/index.html | 2 +- docs/src/templates/jquery.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 docs/src/templates/jquery.js (limited to 'docs/src/templates') diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 794b3418..26e95d62 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -26,7 +26,7 @@ addTag('link', {rel: 'stylesheet', href: 'syntaxhighlighter/syntaxhighlighter-combined.css', type: 'text/css'}); addTag('script', {src: 'syntaxhighlighter/syntaxhighlighter-combined.js'}, sync); - if (jQuery) addTag('script', {src: 'jquery.min.js'}); + if (jQuery) addTag('script', {src: debug ? 'jquery.js' : 'jquery.min.js'}); addTag('script', {src: path('angular.js')}, sync); addTag('script', {src: path('angular-resource.js') }, sync); addTag('script', {src: path('angular-cookies.js') }, sync); diff --git a/docs/src/templates/jquery.js b/docs/src/templates/jquery.js new file mode 120000 index 00000000..a87bbc07 --- /dev/null +++ b/docs/src/templates/jquery.js @@ -0,0 +1 @@ +../../../lib/jquery/jquery.js \ No newline at end of file -- cgit v1.2.3