-
Notifications
You must be signed in to change notification settings - Fork 17
Code organization
Roberto Prevato edited this page May 2, 2017
·
4 revisions
- The source folder contains library source code and tasks related code
- The httpdocs folder is a container for built code, to be used during development and testing using a development server
- The servers folder contains development servers; currently a single a development server written in Python, using the wonderful Flask framework
- The dist folder contains the minified source
/dist/kingtable.js
and CSS files for distribution
- Source ES6 code is contained in
source/code
folder - Unit tests are contained in
source/code/tests
folder