- for php backend files (for instance, all RESTful pages) use backend/
- for JavaScript (separate, independent files) use js/
- for CSS (stylesheets) use css/
- for images (part of webpage or not) use img/
- for partials (html files loaded through ajax) use partials/ and put an underscore before the file name: _filename.html
- for plugins (such as highcharts) use plugins/ to separate 3rd-party software from our own
This project is licensed under MIT. See MIT-LICENSE.txt for copyright and details.