Sha256: 513284a9dd6cf669fe5ae4a7854a13a19eff5b2c193d55f90f48ee6260af4f7d
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
require 'bundler' Bundler.require require "opal-rspec" require "react/source" Opal.append_path File.expand_path('../spec', __FILE__) run Opal::Server.new { |s| s.main = 'opal/rspec/sprockets_runner' s.append_path 'spec' s.append_path 'spec/vendor' s.append_path File.dirname(::React::Source.bundled_path_for("react-with-addons.js")) s.debug = true s.index_path = 'spec/reactjs/index.html.erb' }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
react.rb-0.3.0 | config.ru |
react.rb-0.2.1 | config.ru |
react.rb-0.2.0 | config.ru |