From f2b83a77082b8ea8286d2375b065d168ad2eafd3 Mon Sep 17 00:00:00 2001 From: Hubert Argasinski Date: Mon, 20 Jun 2016 03:25:04 -0400 Subject: esdocs: including async script in docs --- support/esdoc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/support/esdoc.json b/support/esdoc.json index a2c1d6e..215d29a 100644 --- a/support/esdoc.json +++ b/support/esdoc.json @@ -1,5 +1,6 @@ { "source": "./lib", "destination": "./docs", - "excludes": ["internal"] -} \ No newline at end of file + "excludes": ["internal"], + "scripts": ["./dist/async.js"] +} -- cgit v1.2.1