Sha256: 40d5e0d923ad83033d06a4009a61f81767385050ea2dfbc6199a471640d4f69f
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 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' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hobo_bootstrap-2.0.0.pre1 | lib/hobo_bootstrap.rb |