You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?:
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?:
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
The text was updated successfully, but these errors were encountered: