Custom Theme

Developed by Superiocity

Build Process

This theme uses npm from node.js to manage build tools. Familiarity with Sass is required.

  • npm install from within the theme root will install all the build tools required.
  • gulp from within the theme root will run all the tools including transpiling sass to css and minifying javascript files.
  • Source files such as *.scss, *.js and image files are located in the src/ directory.
  • Images are automatically minified so make sure to put them in the src/ directory and they'll find their way to the correct images directory.