0.1.0 • Published 10 years ago

mojito-rs-hotswap v0.1.0

Weekly downloads
10
License
-
Repository
github
Last release
10 years ago

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
}
0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago