Refactor TS build and fix testing

This change is largely just moving files with minor tweaks to them to fix,
the rest of the commit is build process changes:

- The addons/ and test/ dirs have been moved to src/
- The build directory has been removed
- TypeScript builds are output in out/, this is where tests are run
- The demo now relies on the dist/ build which is performed as part of ./bin/build
- Addons are now shipped under the ./build directory
This commit is contained in:
Daniel Imms
2016-10-31 21:22:21 -07:00
parent a995b610cf
commit 56ecc77dfc
174 changed files with 50 additions and 37 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
node_modules/
*.swp
build/*
.lock-wscript
out/
Makefile.gyp
@@ -12,3 +11,4 @@ docs/
npm-debug.log
/.idea/
.env
dist/*