Sha256: 59ca62b25592fe1c7dc17ec37fc1d4340052bfcc3010ab29233cc6ec4d9b07f0
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
module Octopress module Ink module Configuration DEFAULTS = { 'docs_mode' => false, 'concat_css' => true, 'concat_js' => true, 'stylesheets_dir' => '_stylesheets', 'javascripts_dir' => '_javascripts', 'stylesheets' => [], 'javascripts' => [], 'disable' => [] } def self.config @config ||= DEFAULTS.deep_merge(Octopress.config) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octopress-ink-1.0.0.alpha.34 | lib/octopress-ink/configuration.rb |