File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
"watch-css-main" : " nodemon --watch scss/ --ext scss --exec \" npm-run-all css-lint css-compile css-prefix\" " ,
69
69
"watch-css-docs" : " nodemon --watch site/assets/scss/ --ext scss --exec \" npm run css-lint\" " ,
70
70
"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\" "
72
72
},
73
73
"style" : " dist/css/bootstrap.css" ,
74
74
"sass" : " scss/bootstrap.scss" ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
{{- end }}
10
10
11
11
{{- $vendor := resources.Match "js/vendor/*.js" -}}
12
- {{- $js := resources.Match "js/src/ *.js" -}}
12
+ {{- $js := resources.Match "js/*.js" -}}
13
13
{{- $targetDocsJSPath := printf "/docs/%s/assets/js/docs.js" .Site.Params.docs_version -}}
14
14
{{- $docsJs := append $js $vendor | resources.Concat $targetDocsJSPath -}}
15
15
You can’t perform that action at this time.
0 commit comments