Sha256: 998955f0f458b0f40da04b02007d9d8287c17712ce23a902c927f14e42f24647
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
require 'pathname' begin require File.dirname(__FILE__) + "/../vendor/html_mockup/lib/html_mockup/server" rescue LoadError => e require 'rubygems' require 'html_mockup/server' end root_path = Pathname.new(File.dirname(__FILE__)) + "html" partial_path = (root_path + "../partials/").realpath mockup = HtmlMockup::Server.new(root_path,partial_path) run mockup.application
Version data entries
9 entries across 9 versions & 2 rubygems