Skip to content

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration

License

Notifications You must be signed in to change notification settings

andre-meier/broccoli-preprocess-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-preprocess-tree

Broccoli plugin around preprocess npm module

Installation

npm install broccoli-preprocess-tree --save-dev

Usage

var preprocess = require('broccoli-preprocess-tree');

var public = preprocess('public', {
  context: {
    // insert your vars here...
  }
});

See preprocess documentation for more information

About

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published