Sha256: 807f9f1815e65b8516a8e49e701bdbd3609b4eae87bba06237a396ee92461255

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

# Sub dependencies written in the gemspec are not loaded by default:
#   http://stackoverflow.com/questions/6960078
# We need to require them here, so we can load the JS from bootstrap
require 'compass_twitter_bootstrap'
require 'compass-rails'
require 'will_paginate-bootstrap'
require 'hobo_rapid'
require 'hobo_jquery'
require 'hobo_jquery_ui'

module HoboBootstrap

  VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
  @@root = Pathname.new File.expand_path('../..', __FILE__)
  def self.root; @@root; end

  EDIT_LINK_BASE = "https://github.com/iox/hobo/edit/bootstrap_template/hobo_bootstrap"

  require 'hobo_bootstrap/railtie' if defined?(Rails)

  class Engine < ::Rails::Engine
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo_bootstrap-2.0.0.pre4 lib/hobo_bootstrap.rb
hobo_bootstrap-2.0.0.pre3 lib/hobo_bootstrap.rb