Sha256: d942a0b5cd69a6bdd0a41e35204da645dd95c863e2c35ddf11b1dc44c2d051fc
Contents?: true
Size: 300 Bytes
Versions: 51
Compression:
Stored size: 300 Bytes
Contents
require 'bundler' Bundler.require require "react/source" run Opal::Server.new { |s| s.append_path 'app' s.append_path 'vendor' s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js")) s.debug = true s.main = 'application' s.index_path = 'index.html.haml' }
Version data entries
51 entries across 51 versions & 3 rubygems