bem-environ
v1.4.0
Published
bem-environ ===========
Downloads
74
Readme
bem-environ
Usage
// TODO: describe all of the project's features
Install it with npm
› npm install --save bem-environ
Update your project's make.js
to extend common build process provided
by bem-tools
// make.js
// extend common build process with `bem-environ`'s nodes
require('bem-environ/lib/nodes');
MAKE.decl('Arch', {
// ...
});