Dateien hochladen nach „web/css“
This commit is contained in:
parent
818c554482
commit
2475ac374e
|
@ -0,0 +1,13 @@
|
||||||
|
environment = :production
|
||||||
|
|
||||||
|
output_style = (environment == :production) ? :compressed : :expanded
|
||||||
|
|
||||||
|
http_path = "/"
|
||||||
|
css_dir = "."
|
||||||
|
sass_dir = "_src"
|
||||||
|
images_dir = "../images"
|
||||||
|
fonts_dir = "./fonts"
|
||||||
|
javascripts_dir = "../js"
|
||||||
|
relative_assets = true
|
||||||
|
line_comments = false
|
||||||
|
asset_cache_buster :none
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue