Skip to content

Inconsistencies between Sass/LESS and watch paths #60

Description

@marcelosomers

The sass, less, and postcss tasks currently pull from /assets/..., but the watch:sass and watch:less tasks watch for anything inside of /src/.

This could lead to strange inconsistencies. Like having a Sass file inside of /src/file.scss that triggers the recompile task, but doesn't actually get compiled. Not a huge issue, but might get annoying with debugging.

I would recommend having everything point to /assets/**/*.scss.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions