Created
January 26, 2014 19:06
-
-
Save AndreaBarghigiani/8637626 to your computer and use it in GitHub Desktop.
File di configurazione per Compass di default. Apparso per la prima volta sulle pagine di html5AndMore a questo indirizzo: http://html5andmore.info/url-helpers-sprite/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Inserisci qua i plugin che vuoi usare | |
#Sintassi Preferita | |
preferred_syntax = :scss | |
#Percorso al progetto | |
http_path = '/' | |
#Cartella CSS | |
css_dir = 'css' | |
#Cartella SASS | |
sass_dir = 'sass' | |
#Cartella Immagini | |
images_dir = 'images' | |
#Cartella JavaScript | |
javascripts_dir = 'javascripts' | |
#Percorsi Relativi | |
relative_assets = true | |
#Inserire i Commenti in Linea nel CSS | |
line_comments = true | |
#Stile di output | |
#output_style = :compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment