Project sanity check (#76)

* tslint: CRLF -> LF

* gitignore more build artifacts

* Add proposed .editorconfig

* Allow for "clean" builds

src/ts/generated/ content is still required (sprites.ts,
gamepad-mappings.ts), but src/scripts is not.

* Add --sprites option to production build

* Add note about sprites to README
This commit is contained in:
Eliot Partridge
2019-09-06 20:32:10 -05:00
committed by GitHub
parent a761dfaa8e
commit c8472f5c65
21 changed files with 200 additions and 1099 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
"no-trailing-whitespace": true,
"linebreak-style": [
true,
"CRLF"
"LF"
],
"max-line-length": [
true,
@@ -78,4 +78,4 @@
"array"
]
}
}
}