Sha256: 32131e73311bd2ec823cd59819483acd485a074c1bd6242d201035ef0fc567e3
Contents?: true
Size: 776 Bytes
Versions: 11
Compression:
Stored size: 776 Bytes
Contents
module Compass module AppIntegration module Staticmatic module ConfigurationDefaults def project_type_without_default :staticmatic end def http_path "/" end def sass_dir_without_default "src" end def javascripts_dir_without_default "build" end def css_dir_without_default "build" end def images_dir_without_default "build" end def default_http_images_path "images" end def default_http_javascripts_path "javascripts" end def default_cache_dir ".sass-cache" end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems