Closed TheDevMinerTV closed 4 years ago
Command to beautify all files:
js-beautify $(find . -type f -name '*.js') $(find . -type f -name '*.html') $(find . -type f -name '*.css') -t -n --space-after-named-function --space-after-anon-function -B --good-stuff
common.js is missing the latest commits
please update
The commit you are talking about is already in the changes. It just got pushed down a bit (400~ lines or so) because of beautifying.
Command to beautify all files: