si-appbuilder
v0.0.3
Published
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url] [](http://opensource.org/licenses/MIT) [;assuming you copyed over npm package to libs in your gruntfile.js
npmcopy: {
// Anything can be copied
libs: {
options: {
destPrefix: 'wwwroot/libs'
},
files: {
// Keys are destinations (prefixed with `options.destPrefix`)
// Values are sources (prefixed with `options.srcPrefix`); One source per destination
// e.g. 'node_modules/chai/lib/chai.js' will be copied to 'test/js/libs/chai.js'
"si-appbuilder": ["si-appbuilder/dist/src"]
}
}
}