Managing client-side assets for Brisk
npm install brisk-clientAutomation for client side assets.
Using npm
```
npm install brisk-client
In an node.js script, simply do:
`
client = require("brisk-client");
client.render( app, options );
``
Where:
* _app_ is an instance of Express.js
* _options_ is a custom config to control the various properties. Review the default options.
* isolation: [boolean] A flag set if we want to run the client in new instances each time initialized, to ensure data isolation
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license