1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

Move docs JS one folder up. (#29632)

This commit is contained in:
XhmikosR
2019-11-04 14:44:07 +02:00
committed by GitHub
parent 504098d664
commit a28adc7666
4 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
{{- end }}
{{- $vendor := resources.Match "js/vendor/*.js" -}}
{{- $js := resources.Match "js/src/*.js" -}}
{{- $js := resources.Match "js/*.js" -}}
{{- $targetDocsJSPath := printf "/docs/%s/assets/js/docs.js" .Site.Params.docs_version -}}
{{- $docsJs := append $js $vendor | resources.Concat $targetDocsJSPath -}}