Module: kss/builder/twig

This module is used to load the base KSS builder class needed by this builder and to define any custom CLI options or extend any base class methods.

Note: since this builder wants to extend the KssBuilderBaseTwig class, it must export a KssBuilderBaseTwig sub-class as a module. Otherwise, kss-node will assume the builder wants to use the KssBuilderBaseHandlebars class.

This file's name should follow standard node.js require() conventions. It should either be named index.js or have its name set in the "main" property of the builder's package.json. See http://nodejs.org/api/modules.html#modules_folders_as_modules

Source:

Classes

KssBuilderTwig