-
Notifications
You must be signed in to change notification settings - Fork 8
Theme Development
Illya Moskvin edited this page Mar 30, 2016
·
6 revisions
The OSCI Toolkit Frontend allows developers to create custom themes. Existing themes for the toolkit are available for use or modification in the app/oscitk/themes
directory. Shared backbone.js
models and collections files used by multiple themes are located within the appropriately named app/oscitk/models
and app/oscitk/collections
directories. These files represent the core of the OSCI Toolkit Frontend and should not be modified or be necessary to modify to work with the existing functionality of the toolkit.
If you are interested in making your own themes, you will need to install node.js, npm, and grunt on your computer. This guide assumes basic familiarity with these tools.