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