Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial/experimental native support for element
Browse files Browse the repository at this point in the history
adambeynon committed Oct 18, 2013
1 parent 71512c6 commit 03dbe5d
Showing 8 changed files with 210 additions and 97 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ source "https://rubygems.org"
gemspec

gem 'rake'
gem 'opal'
gem 'opal-spec'
gem 'opal', :github => 'opal'
gem 'opal-spec', :github => 'opal/opal-spec'
gem 'opal-sprockets'
2 changes: 2 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'bundler'
Bundler.require

Opal::Processor.source_map_enabled = false

run Opal::Server.new { |s|
s.main = 'opal/spec/sprockets_runner'
s.append_path 'spec'
Loading

1 comment on commit 03dbe5d

@elia
Copy link
Member

@elia elia commented on 03dbe5d Oct 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huge!

Please sign in to comment.