# The path to the folder where your development files exist
SRC_PATH = './src'

# The path you want your files to compile to
DEST_PATH = './dist'

# The path to your .twig templates (from SRC_PATH)
TEMPLATE_PATH = '/templates/'

# The path to your styling assets (from SRC_PATH)
STYLE_PATH = '/assets/styles/'

# The path to your scripting assets (from SRC_PATH)
SCRIPT_PATH = '/assets/scripts/'

# The path to your image assets (from SRC_PATH)
IMAGE_PATH = '/assets/images/'

# The path to your touch icon assets (from SRC_PATH)
ICON_PATH = '/assets/icons/'

# The path to your font assets (from SRC_PATH)
FONT_PATH = '/assets/fonts/'

# What you would like your compiled stylesheet to be called (Excluding the filetype)
STYLE_NAME = 'sassquatch'

# What you would like your compiled scripts to be called (Excluding the filetype)
SCRIPT_NAME = 'sassquatch'

