Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Method of determining if imported files have changed. #2

@mattupstate

Description

@mattupstate

My case is that I have one file, application.css.less, that includes a bunch of import statements:

@import "reset.css.less";
@import "variables.css.less";
@import "mixins.css.less";

This is really handy because I don't need to do imports in other files. The asset(s) are configured as such:

Assets::factory('main')->css('application.css.less');

Unfortunately, asset-merge won't recognize that changes to the imported files have been made and recompile/process them.

Perhaps this is an edge case, or better way around this, but it'd be great if asset-merger had some way around this.

Great module, by the way, this sort of thing is essential in all web projects now, if you ask me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions