[devdocsgjs/wip/andyholmes/mdn-docs] docs: add JavaScript, TypeScript, Jasmine and CSS docsets




commit fbc6edde0b0da3501303e4a6fba4da010569b23a
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Sun Aug 14 14:57:32 2022 -0700

    docs: add JavaScript, TypeScript, Jasmine and CSS docsets
    
    JS and CSS got pulled awhile back when the download broke. Add those
    back and throw in Jasmine (testing) and TypeScript.

 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 8ecaad7c..fd316407 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -55,6 +55,9 @@ WORKDIR /opt/devdocs
 
 RUN bundle config set --local deployment 'true' && \
     bundle install
+    
+# JavaScript/TypeScript, Jasmine, CSS
+RUN bundle exec thor docs:download css javascript jasmine typescript
 
 # Generate scrapers
 RUN bundle exec thor gir:generate_all /usr/share/gir-1.0 && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]