]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clean up mounts.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 31 Jul 2019 13:34:45 +0000 (16:34 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 17 Aug 2019 10:17:59 +0000 (13:17 +0300)
config.yml

index 5989c321dcaec850a6536a59878416b090b6517c..3710d4208fecc1c0ceaeee7107b3a4a6fde2e093 100644 (file)
@@ -18,28 +18,19 @@ blackfriday:
   fractions:            false
 
 publishDir:             "_gh_pages"
-themesDir:              "site/themes"
 
 module:
   mounts:
     - source:           dist
       target:           static/docs/4.3/dist
-    - source:           dist
-      target:           static/dist
     - source:           site/content
       target:           content
-    - source:           site/static
-      target:           static
-    - source:           site/layouts
-      target:           layouts
     - source:           site/data
       target:           data
-    - source:           site/assets
-      target:           assets
-    - source:           site/i18n
-      target:           i18n
-    - source:           site/archetypes
-      target:           archetypes
+    - source:           site/layouts
+      target:           layouts
+    - source:           site/static
+      target:           static
 
 params:
   description:          "The most popular HTML, CSS, and JS library in the world."