Ivan Nemytchenko
Ivan Nemytchenko
https://github.com/ialbert/biostar-central/blob/master/Makefile
https://swcarpentry.github.io/make-novice/reference.html
https://github.com/swcarpentry/website/blob/gh-pages/Makefile
https://twitter.com/Pierstoval/status/1260192509663248385
Thanks! I was thinking about it and came to the same conclusions!
Same for me on 2.0.0 : https://gist.github.com/inem/10804730 example is from future blog post: https://github.com/ahawkins/hawkins.io/commit/ce6f82da5a1e9d029de6503c339ecf08ad7fcd65?short_path=c6c8a6a#diff-c6c8a6aebf2010ef8b6a3f3b33c61813 passed this line on 2.1.0, but next I got this: https://gist.github.com/inem/10814522#file-app-rb-L35
- https://github.com/eagletmt/haml_parser - https://github.com/judofyr/temple
Examples to start with: - https://github.com/inem/tilt/blob/master/lib/tilt/builder.rb - https://github.com/rtomayko/tilt/blob/master/lib/tilt/plain.rb - https://github.com/rtomayko/tilt/blob/master/lib/tilt/rdoc.rb - https://github.com/inem/tilt/blob/master/lib/tilt/asciidoc.rb
https://github.com/rtomayko/tilt/pull/340
[Here's workaround](https://stackoverflow.com/a/9871064/1334666) that worked for me. Just add `set :session_secret, "something"` to your app.