1.0.0 • Published 7 years ago

@blackbaud/skyux-builder-plugin-stache-include v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Stache Include

npm status

This SKY UX Builder plugin takes HTML files and injects them where referenced in any template file in a SKY UX app. This plugin is intended to be used with Stache 2 Components.

Installation

npm install --save @blackbaud/skyux-builder-plugin-stache-include

Usage

Open skyuxconfig.json and add the following:

{
  "plugins": [
    "@blackbaud/skyux-builder-plugin-stache-include"
  ]
}