Skip to content

Commit

Permalink
Initial/experimental native support for element
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 18, 2013
1 parent 71512c6 commit 03dbe5d
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 97 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -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
@@ -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'
Expand Down

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.