Sha256: dbf2cd6c10ccb977a86f461dc25f616bc6558a3f1d959a9b6bc65d3173f0b157
Contents?: true
Size: 473 Bytes
Versions: 1
Compression:
Stored size: 473 Bytes
Contents
module Snowpacker class Configuration attr_accessor :config_dir attr_accessor :config_file attr_accessor :babel_config_file attr_accessor :postcss_config_file attr_accessor :build_dir attr_accessor :mount_dir attr_accessor :output_path attr_accessor :port, :hostname def initialize @output_path = "snowpacks" @mount_dir = File.join("app", "javascript") @port = "4035" @hostname = "localhost" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snowpacker-0.0.4.alpha1 | lib/snowpacker/configuration.rb |