mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
config - htmlproofer ignore /forum/ path
This commit is contained in:
parent
d125dd1c47
commit
703a0f3762
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
set -e # halt script on error
|
||||
|
||||
npm run build
|
||||
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --url-ignore /^\/binaries\/.+$/
|
||||
#bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --url-ignore '/^\/binaries\/.+$/,/^\/forum\/?.*$/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue