c6f2e2211d
There may be warnings on first run after application of this patch due to ts->js files present src/ due to previous per file compilation. Cleaning those files will get rid of the warnings. These are removed from .gitignore files to avoid confusion. Now we rely on tsc to do the incremental builds so it is much faster. Checking of js files is disabled for now as it reports a lot of type errors. Caveat: Compilation of mocha tests, admin (those outside src/) are still using the file by file compilation. Signed-off-by: Dennis Francis <dennis.francis@collabora.com> Change-Id: Ic22b265de0b111165224885c4736486fffa016d8
28 lines
394 B
Text
28 lines
394 B
Text
node_modules
|
|
node_cache
|
|
tmp/**/*
|
|
*.iml
|
|
*.sublime-*
|
|
*.js.html
|
|
index.html
|
|
bower.json
|
|
component.json
|
|
|
|
mocha_tests/*.js
|
|
tscompile.done
|
|
|
|
_site
|
|
dist/*.js
|
|
dist/*.map
|
|
dist/branding.css
|
|
!dist/errormessages.js
|
|
dist/images/toolbar-bg.png
|
|
dist/admin/*.js
|
|
dist/plugins/
|
|
plugins/draw-0.2.4/dist/*.js
|
|
plugins/draw-0.2.4/npm-debug.log
|
|
coverage/
|
|
/load_test_out
|
|
*.tar.gz
|
|
dist/l10n/ui-*json
|
|
dist/l10n/help-*.json
|