Project

hobo_w2ui

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A gem for integration of w2ui in Hobo
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.0.0
 Project Readme

This is a plugin for Hobo that integrates w2ui with Hobo.

Installation

Add this to your Gemfile

gem "hobo_w2ui", :git => "git://github.com/informatom/hobo_w2ui.git"

Run bundle to get the gems

bundle

Add to your front.scss: (or whereever you want it available)

 *= require hobo_w2ui

Add to your front.js: (or whereever you want it available)

//= require hobo_w2ui

Add to your application.dryml (or whereever you want it available)

<include gem='hobo_w2ui'/>

To test if the installation was successful, you can use the DRYML-Tag

<w2ui-test/>

which outputs a static table to check, if the aasets and the taglibs are loaded correctly.

The source for this plugin lives at git://github.com/informatom/hobo_w2ui. Pull requests are welcome.

License

See MIT-LICENSE