Sha256: ab430826fbdeb252240662a011c4019f26258f5e9141b91659f499ca720c8225

Contents?: true

Size: 193 Bytes

Versions: 16

Compression:

Stored size: 193 Bytes

Contents

require 'bundler'
Bundler.require

run Opal::Server.new { |s|
  s.append_path 'app'
  s.append_path '../client'

  s.debug = true
  s.main = 'application'
  s.index_path = 'index.html.haml'
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyalite-0.2.7 example/config.ru
hyalite-0.2.6 example/config.ru
hyalite-0.2.5 example/config.ru
hyalite-0.2.4 example/config.ru
hyalite-0.2.3 example/config.ru
hyalite-0.2.2 example/config.ru
hyalite-0.2.1 example/config.ru
hyalite-0.2.0 example/config.ru
hyalite-0.1.1 example/config.ru
hyalite-0.1.0 example/config.ru
hyalite-0.0.6 example/config.ru
hyalite-0.0.5 example/config.ru
hyalite-0.0.4 example/config.ru
hyalite-0.0.3 example/config.ru
hyalite-0.0.2 example/config.ru
hyalite-0.0.1 example/config.ru