Sha256: d7a08f35fb42a479cb3a29950e77e9f42b1cab149d989db5bc76fa4492ffbc4c
Contents?: true
Size: 773 Bytes
Versions: 299
Compression:
Stored size: 773 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' WorkflowRESTHelpers.workflow_resources.unshift(Path.setup($app_dir).www.views) if $app_dir
Version data entries
299 entries across 299 versions & 1 rubygems