Files Structure

  • /rootui-html/ – folder with already build HTML version:
    • /*.html – all html files;
    • /assets/css/ – main template css files;
    • /assets/js/ – main template js files;
    • /assets/images/ – all images used in template (note, in downloadable archive this is placeholder images);
    • /assets/vendor/ – all 3rd-party plugins assets;
  • /rootui-html/src/ – source files for developers:
    • /css/*.scss – SCSS source files;
    • /js/*.js – JS source files (ES6);
    • /html/*.njk – HTML source files (Nunjucks);
    • /static/ – static files;
  • /rootui-html/* – system files for development;
Was this page helpful?