Sha256: 7dcbe69b73bb44cc11a31e2c170187d843442d247cf492d9d7d170a3e066a536

Contents?: true

Size: 190 Bytes

Versions: 19

Compression:

Stored size: 190 Bytes

Contents

require 'bundler'
Bundler.require

Opal::Processor.source_map_enabled = false

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

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
opal-builder-3.2.2.3 config.ru
opal-rspec-0.5.0.beta2 config.ru
opal-rspec-0.5.0.beta1 config.ru
opal-rspec-cj-0.4.4 config.ru
opal-rspec-0.4.3 config.ru
opal-builder-3.2.2.2 config.ru
opal-builder-3.2.2.1 config.ru
opal-rspec-0.4.2 config.ru
opal-rspec-0.4.1 config.ru
opal-rspec-0.4.0 config.ru
opal-rspec-0.4.0.beta4 config.ru
opal-rspec-0.4.0.beta3 config.ru
opal-rspec-0.4.0.beta2 config.ru
opal-rspec-0.4.0.beta1 config.ru
opal-rspec-0.3.0.beta3 config.ru
opal-rspec-0.3.0.beta2 config.ru
opal-rspec-0.1.0 config.ru
opal-rspec-0.0.1.beta2 config.ru
opal-rspec-0.0.1.beta1 config.ru