youchan
youchan
PhantomJS was ended and Opal is supporting headless chrome. => https://github.com/opal/opal/blob/master/lib/opal/cli_runners/chrome.rb opal-rspec should support headless chrome and remove PhantomJS support.
for example. ```ruby class AppView include Hyalite::Component def render list = @state[:list] div do ul(nil, ["item1", "item2"].map{|x| li(nil, x)}) end end end ```
使いかたのドキュメントが充実していないので使いはじめることができないという問題があります。 とりあえず日本人向けに日本語のドキュメントを充実したいなと思います。 今の`sample`を日本語用と英語用を分けて、まずは日本語でもっと詳しい使いかたを書きます。
It should be pinned Opal version, Gibier version in the generated slide project.
I want the capability to select themes and some usable themes. Gibier has the customizable style sheet `custom.css`. The way should be to import theme css in `custom.css`.
@sonalkr132 Please disable my MFA.
fix #33