Sha256: d5ff84b0c97fe0ab428a0b68276cd4c24c8f1643a2d6701323b5dcdf577047cd

Contents?: true

Size: 270 Bytes

Versions: 6

Compression:

Stored size: 270 Bytes

Contents

require 'bundler'
Bundler.require

require 'opal-rspec'
Opal.append_path File.expand_path('../spec', __FILE__)

run Opal::Server.new { |s|
  s.main = 'opal/rspec/sprockets_runner'
  s.append_path 'spec'
  s.debug = false
  s.index_path = 'spec/jquery/index.html.erb'
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
opal-jquery-0.4.2 config.ru
opal-jquery-0.4.1 config.ru
opal-jquery-0.4.0 config.ru
opal-jquery-0.3.0 config.ru
opal-jquery-0.3.0.beta2 config.ru
opal-jquery-0.3.0.beta1 config.ru