Skip to content

Ignore unrelated imported files #64

Description

@IAmJulianAcosta

Hi, I want to know if is possible to be more selective in the compiling of the assets. I mean:

/*app/styles/home.scss*/
@import "home/a.css";
@import "home/b.css";
/*...*/
/*app/styles/blog.scss*/
@import "blog/a.css";
@import "blog/b.css";
/*...*/

Changing home/_a.css triggers the compilation of all directory, instead of only recompiling home.css. compass watch works this way:

>>> Compass is watching for changes. Press Ctrl-C to Stop.
 modified blog/_a.scss
 write stylesheets/a.css

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions