Skip to content

Commit a28adc7

Browse files
authored
Move docs JS one folder up. (twbs#29632)
1 parent 504098d commit a28adc7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
6969
"watch-css-docs": "nodemon --watch site/assets/scss/ --ext scss --exec \"npm run css-lint\"",
7070
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
71-
"watch-js-docs": "nodemon --watch site/assets/js/src/ --ext js --exec \"npm run js-lint\""
71+
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
7272
},
7373
"style": "dist/css/bootstrap.css",
7474
"sass": "scss/bootstrap.scss",
File renamed without changes.
File renamed without changes.

site/layouts/partials/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{- end }}
1010

1111
{{- $vendor := resources.Match "js/vendor/*.js" -}}
12-
{{- $js := resources.Match "js/src/*.js" -}}
12+
{{- $js := resources.Match "js/*.js" -}}
1313
{{- $targetDocsJSPath := printf "/docs/%s/assets/js/docs.js" .Site.Params.docs_version -}}
1414
{{- $docsJs := append $js $vendor | resources.Concat $targetDocsJSPath -}}
1515

0 commit comments

Comments
 (0)