Skip to content

Commit

Permalink
Revise for opal-rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
youchan committed Oct 31, 2016
1 parent 64f5788 commit f482177
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Rakefile
@@ -1,15 +1,11 @@
require 'bundler'
Bundler.require

require "bundler/gem_tasks"

task :default => :spec
require 'opal'
require 'opal-browser'
require 'opal/rspec/rake_task'

Opal::Processor.source_map_enabled = true

require 'opal/rspec/rake_task'
Opal::RSpec::RakeTask.new(:default) do |server, task|
server.append_path File.expand_path('./client', __FILE__)
server.append_path File.expand_path('../client', __FILE__)
server.source_map = true
server.debug = true
end
Expand Down

0 comments on commit f482177

Please sign in to comment.