mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
package.json: htmlproof script ignores "/binaries" path
This commit is contained in:
parent
c729a1e2b9
commit
85ea529515
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"uglify:dist": "mkdir -p dist/js/ && ./node_modules/uglify-js/bin/uglifyjs src/js/*.js -m -o dist/js/main.min.js",
|
||||
"uglify:dev": "mkdir -p dist/js/ && ./node_modules/uglify-js/bin/uglifyjs src/js/*.js -c -o dist/js/main.min.js",
|
||||
"uglify": "npm run uglify:dist",
|
||||
"htmlproof": " htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/",
|
||||
"htmlproof": " htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --url-ignore '/binaries/' ",
|
||||
"test": "echo \"No Tests.\" && exit 0",
|
||||
"clean:dist": "rm -rf dist && rm -rf _site",
|
||||
"clean": "npm run clean:dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue