Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: doc/Makefile

Issue 1926683002: docserver: Load JS async defer since it really isn't required and it was blocking the loading of th… (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: consolidate js Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/res/js/docs.js » ('j') | doc/res/js/docs.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/Makefile
diff --git a/doc/Makefile b/doc/Makefile
index b10a9ed67323481891f1f7475ee8a5d4ac6e3bce..68d31e7b796b8aeec16b785545624eec4b024273 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,8 +5,8 @@ BOWER_DIR=third_party/bower_components
# into third_party/bower_compoents via bower, or in node_modules.
CORE_SOURCE_FILES = node_modules/native-promise-only/npo.js \
${BOWER_DIR}/google-code-prettify/bin/prettify.min.js \
- ../res/js/common.js
-
+ ../res/js/common.js \
+ ./res/js/docs.js
default: core_js res/css/docs.css
go install -v ./go/docserver
« no previous file with comments | « no previous file | doc/res/js/docs.js » ('j') | doc/res/js/docs.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698