Sha256: 450a1a581ff108152d43c2c6649746f28704c02572e5a98c86abef50b9812b1b
Contents?: true
Size: 680 Bytes
Versions: 139
Compression:
Stored size: 680 Bytes
Contents
EntityRESTHelpers.entity_resources.unshift Rbbt.www.views.find if Rbbt.www.views.exists? RbbtRESTHelpers.template_resources.unshift Rbbt.www.views.find if Rbbt.www.views.exists? load Rbbt.etc['app.d']['grid_system.rb'].find if Rbbt.etc['app.d']['grid_system.rb'].exists? #require 'sass-css-importer' Sinatra::RbbtRESTMain.add_resource_path(Path.setup(ENV["RBBT_VIEWS_DIR"]), true) if ENV["RBBT_VIEWS_DIR"] and not ENV["RBBT_VIEWS_DIR"].empty? Compass::Frameworks::ALL.each do |importer| next unless importer.respond_to? :path path = importer.stylesheets_directory RbbtRESTHelpers.add_sass_load_path path end RbbtRESTHelpers.add_sass_load_path './www/views/compass'
Version data entries
139 entries across 139 versions & 1 rubygems