Tsutomu Kawamura
Tsutomu Kawamura
@youthkee あ! たしかに、Node v4だと動かないですね。Node v6以上の必要があります。ご指摘感謝です。 どこかに、利用環境を追記したいと思います。
ひとまずREADMEに書き足しました。 8d4aa6b3e6f9c2d5c68f8efc82e812e5b49bca46 CLIでNodeのバージョンの警告を出せるかも検討してみたいと思います。
@cuu508 I'm not sure about `webpack`, but it could be done like this: ``` javascript import `riot-bootstrap/src/btn.tag` ``` And I have a plan to break `riot-bootstrap` into some repos, but...
Hi @ezekielchentnik. Yep, we can use `opts.patterns` option: ``` javascript // felt.config.js module.exports = { patterns: ['entry.js'] } ``` Then, `$ felt --src client --recipe minimal --config felt.config.js` See also...
@ezekielchentnik perfectly right! Sorry for my misleading. Yeah, we should add `opts.exclude` to the docs. > Also, I'm attempting to figure out a better pattern for all sub folders under...
Yeah, `opts.includes` seems popular option for this kind of tool. I like the idea. Thanks for your suggestion!
@yasulab 章立てについて、仕様案をこちらにまとめてみました 😉 ~~https://github.com/keiyaku/board/issues/1~~ https://github.com/keiyaku/spec/issues/3
(サービス利用規約とかにも、良さそうですね。リブライズもそうしようかな) @yasulab 章・条・項以上のグルーピングが必要なケースってありますか? 「節」とかを使うケースがないとは言い切れないですが、そこまで複雑な契約書はスコープ外かな...という気はしています。 - 章 (h2) - 条 (h3) - 項 (p)
@yasulab 条項の参照には、HTML的にアンカー(``)を入れればいいかな、と思ったり。 https://github.com/keiyaku/spec/issues/2
Hi @joannechan, `momy` supports only [these types described in README](https://github.com/cognitom/momy#field-names-and-types). We may have two options, I think. 1. make `momy` more customizable: *custom converter* or something 2. add [JSON data...