If you use sass --watch path/to/sass/directory:path/to/css/directory,
whenever any file in the Sass directory changes, it will update any CSS
files that would be affected by that change.

On Fri, Oct 22, 2010 at 12:25 PM, twols <leolez...@googlemail.com> wrote:

> I've started using SASS today (it rocks btw), not only for my rails
> app, also for php-based sites. So I'm using the sass command line
> tool, really easy, but one thing is annoying: I can't merge multiple
> scss files into one. I can let the sass-tool scan for changes in all
> files, but it also creates the css files for every scss-file. But I
> want to merge them all into one single style.css. And I want to share
> the variables between all stylesheets. I could use a style.scss with
> @import .. but in that case the sass tool don't see the changes in
> included files..
>
> Is it any possibility to merge the files? Or let the sass cli reacts
> on every change in the folder?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to h...@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to