Skip to content
Snippets Groups Projects
  • Jed Fox's avatar
    c88038e9
    Clean up the public/ folder (#1187) · c88038e9
    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?
    Clean up the public/ folder (#1187)
    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