stop14-themesystem-legacy

A scaffolding and build system for theme development across platforms. Legacy version


Keywords
drupal, omeka, stop14, theme
License
MIT
Install
npm install stop14-themesystem-legacy@1.14.3

Documentation

Stop14 Theme System Legacy

#NOTE This theme includes build files (final CSS, Javascript, and Image files) for portability. Any changes to the theme should be done through the source files, which requires node.js, npm, and Gulp be installed.

#REQUIREMENTS FOR THEME DEVELOPERS

  • node.js 10+
  • npm 6+
  • gulp 4 (installed globally, though package is included)

#INSTALLATION FOR THEME DEVELOPERS

  • Run npm install to load vendor packages

#USAGE FOR THEME DEVELOPERS

  • gulp build: Builds entire asset folder (sass, scripts, etc.)
  • gulp watch: Watches for changes in source directory and builds automatically
  • gulp js: Builds scripts only
  • gulp sass: Builds SASS files only