Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

informatom/hobo_w2ui

Repository files navigation

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

About

Hobo Plugin for w2ui integration into Hobo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published