Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deanfields opened this issue Nov 14, 2013 · 1 comment

Comments

@deanfields
Copy link

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
Copy link
Member

Snugug commented Nov 14, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants