Sha256: 4172d25167259791efd6a71546b4d46b96db795fd95e8740f664100b730b1208
Contents?: true
Size: 313 Bytes
Versions: 6
Compression:
Stored size: 313 Bytes
Contents
require 'volt/models' require 'volt/server/rack/component_paths' if RUBY_PLATFORM == 'opal' require 'volt' else require 'volt/page/page' end class Volt def self.boot(app_path) component_paths = ComponentPaths.new(app_path) component_paths.require_in_components return component_paths end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
volt-0.8.2 | lib/volt/boot.rb |
volt-0.8.1 | lib/volt/boot.rb |
volt-0.8.0 | lib/volt/boot.rb |
volt-0.7.23 | lib/volt/boot.rb |
volt-0.7.22 | lib/volt/boot.rb |
volt-0.7.21 | lib/volt/boot.rb |