at-import / Compass-Extension-Template

A generic template for creating a Compass extension
38 stars 5 forks source link

Compass Extension with specific directories for sass and css output from a template #5

Open deanfields opened 10 years ago

deanfields commented 10 years ago

Hello,

I was wandering if you could help me, I have a compass extension with a project template. This template adds various files to the system including sass files, php files, js files and image files.

I want the sass files to appear within a folder called css rather than /sass that the default config.rb file puts them in when you create a project.

From a template level can you dictate the directories for your assets?:

css_dir = "css" sass_dir = "css" images_dir = "img" javascripts_dir = "js"

Thanks very much for any help

Snugug commented 10 years ago

You cannot choose where files get placed from a Compass extension

On Nov 14, 2013, at 7:19 AM, Dean Fields notifications@github.com wrote:

Hello,

I was wandering if you could help me, I have a compass extension with a project template. This template adds various files to the system including sass files, php files, js files and image files.

I want the sass files to appear within a folder called css rather than /sass that the default config.rb file puts them in when you create a project.

From a template level can you dictate the directories for your assets?:

css_dir = "css" sass_dir = "css" images_dir = "img" javascripts_dir = "js"

Thanks very much for any help

— Reply to this email directly or view it on GitHub.