Use js-beautify for formatting HTML #1089

Closed
nitrohorse wants to merge 21 commits from add-beautify into master
5 changed files with 457 additions and 457 deletions
Showing only changes of commit 2a96893aca - Show all commits

View File

@@ -9,7 +9,7 @@
"scripts": { "scripts": {
"build": "bundle exec jekyll build", "build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve", "serve": "bundle exec jekyll serve",
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'", "html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'; git add \\*.html",
"beautify-and-build": "npm run html-beautify && npm run build" "beautify-and-build": "npm run html-beautify && npm run build"
}, },
"husky": { "husky": {