grunt-hull-widgets
v0.7.0
Published
A grunt task to compile your Hull.io widgets
Downloads
4
Readme
Grunt-hull-widgets
This is a grunt task that allows to build Hull.io widgets from a source directory.
Options
src
: The root path for the widgets. Defaults towidgets
dest
: The root path for the built widgetsnamespace
: The namespace in which the templates will be registered. It will be located at runtime asHull.templates.%namespace%
. The default value is_default
before
: An array of tasks to be executed before the compilation begins. These tasks will occur between the cleaning ofdest
and the first internal task of buafter
: An array of tasks to be executed after the building is done.
##License
MIT