Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 392 Bytes

development.md

File metadata and controls

15 lines (12 loc) · 392 Bytes

Development

NodeJS 8.15+

Upgrade Tabulator

To upgrade tabulator:

  • package.json: increase tabulator version
  • run $ yarn to update
  • run $ yarn test make sure all tests pass
  • copy all css files from node_modules/tabulator-tables/dist/css/ to src/css/
  • run $ yarn build
  • update CHANGELOG
  • commit & push & npm publish
  • github: create a release (tag)