Created
August 31, 2015 17:46
-
-
Save jcoyne/113103e9755239b4c176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goldenseal [master]$ bundle console | |
irb(main):001:0> Openseadragon::Engine | |
=> Openseadragon::Engine | |
irb(main):002:0> Openseadragon::Engine.config | |
=> #<Rails::Engine::Configuration:0x007f89ba61f530 @root=#<Pathname:/Users/justin/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/openseadragon-0.2.0>, @generators=#<Rails::Configuration::Generators:0x007f89ba61f508 @aliases={}, @options={:rails=>{:stylesheet_engine=>:scss, :javascript_engine=>:coffee}}, @fallbacks={}, @templates=[], @colorize_logging=true, @hidden_namespaces=[]>> | |
irb(main):003:0> Openseadragon::Engine.config.assets | |
=> {:_blocks=>[], :paths=>[], :prefix=>"/assets", :manifest=>nil, :precompile=>[#<Proc:0x007f89bc1734f8@/Users/justin/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/sprockets-rails-2.3.2/lib/sprockets/railtie.rb:60 (lambda)>, /(?:\/|\\|\A)application\.(css|js)$/, "openseadragon/*.png"], :version=>"", :debug=>false, :compile=>true, :digest=>false} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment