eris 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/eris/lib/jasmine_config_overrides.rb +2 -1
- data/lib/eris/version.rb +1 -1
- metadata +3 -3
@@ -30,7 +30,8 @@ module Jasmine
|
|
30
30
|
eris_config = ErisConfig.new(:config_path => 'eris_config.json', :app_root => config.project_root)
|
31
31
|
|
32
32
|
map("/usr/palm/frameworks") { run Rack::File.new(eris_config.enyo_root) }
|
33
|
-
|
33
|
+
|
34
|
+
map("/__ERIS_RESOURCES__") { run Rack::File.new(File.expand_path(File.join(File.dirname(__FILE__), '/../js'))) }
|
34
35
|
|
35
36
|
map('/') do
|
36
37
|
run Rack::Cascade.new([
|
data/lib/eris/version.rb
CHANGED
metadata
CHANGED