kit-build-assets
v1.0.10
Published
This plugin compiles the KIT assets to the wwwroot folder.
Downloads
2
Readme
kit-build-assets
This plugin compiles the KIT module assets to the module's wwwroot folder.
Publishing
We use Babel to compile the src directory to the lib directory. This is done via the "prepublish" script which is automatically invoked when using "npm publish". However since we are not publishing to NPM, instead we are installing directly from GitHub we need to execute "npm run prepublish" to update the lib/index.js file (this is the main entry point file defined in the package.json file).
Installing
npm install --save-dev https://github.com/kontrolit/kit-build-assets.git