mojito-rs-hotswap

0.1.0 • Public • Published

Mojito Resource Store Hotswap plugin

Build Status

Build Status

Usage

In your app's package.json, add the mojito-rs-addon package as a dependency.

This package contains a set of Mojito Resource Store addons. Their role is to monitor changes in Mojito resources to dynamically update the necessary Resource Store meta-data and see the changes reflected in your application without having to restart the node process.

Currently, only resources containing YUI modules (e.g, controllers) are supported. In the future, we should add an addon that can handle changes in configuration files as well.

This addon can be enabled by setting resourceStore.hotswap to true in your application static configuration. However, it is strongly recommended to enable this plugin only on developer boxes!

Mojito allows you to disable the view cache, which you may want to configure on developer boxes as well:

"viewEngine": {
    "cacheTemplates": false
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

Package Sidebar

Install

npm i mojito-rs-hotswap

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • jlecomte
  • jarnoux
  • jimenez
  • gomezd