gobble-ractive-window
v0.0.1
Published
A plugin for gobble to turn ractive-window files into loadable scripts
Downloads
4
Maintainers
Readme
gobble-ractive-window
Compile ractive-window scripts into conveniently loadable modules.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then, simply reference 'ractive-window'
in a transform
, and gobble will take care of getting the plugin installed.
Usage
This is a file transform that will be run on any .rw.html
files at the stage in the gobble pipeline in which it is called.
gobble(lastStep).transform('ractive-window');
Options
- TODO
TODO
- Client loader
License
Copyright (c) 2014 Chris Reeves. Released under an MIT license.