Skip to content

brisk-modules/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brisk Client

Automation for client side assets.

Dependencies

Install

Using npm

npm install brisk-client

Usage

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.

Config

  • isolation: [boolean] A flag set if we want to run the client in new instances each time initialized, to ensure data isolation

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites.org

Released under the MIT license

About

Managing client-side assets for Brisk

Resources

Stars

Watchers

Forks

Packages

No packages published