-
Jed Fox authored
- Remove unused CSS files - Set up the `.wasm` files to be automatically copied in - `sql-wasm-debug.wasm` is removed entirely since we never use the debug/dev build of sql.js. This reduces the app download size by 1MB on the server side. It may be worth enabling the debug build automatically in the future?
Jed Fox authored- Remove unused CSS files - Set up the `.wasm` files to be automatically copied in - `sql-wasm-debug.wasm` is removed entirely since we never use the debug/dev build of sql.js. This reduces the app download size by 1MB on the server side. It may be worth enabling the debug build automatically in the future?
.gitignore 279 B
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
# testing
coverage
test-results
# production
build
build-stats
# misc
.DS_Store
.env
npm-debug.log
*kcab.*
public/kcab
public/data
public/data-file-index.txt
public/*.wasm