Skip to content

Changing @imported files does not trigger a rebuild #130

@Kurre

Description

@Kurre

It seems that some changes in v0.1.4 broke the watch feature (at least for me).

So basically, Laravel Mix, PostCSS (postcss-import, tailwindcss), non-Laravel project

With v0.1.4 and yarn watch:

  • Change component.css -> CSS is not compiled
  • Change postcss.css -> CSS is compiled

With v0.1.3 and yarn watch:

  • Change component.css -> CSS is compiled
  • Change postcss.css -> CSS is compiled

I made a small demo project with minimal amount of setup.
Hopefully you are able to reproduce this issue.

Other specs/info:

  • Windows 10
  • node -v: v8.9.0
  • yarn -v: 1.3.2
  • tailwind.js unmodified

PS. Haven't tried with npm, but it probably doesn't make any difference (at least, it shouldn't make)

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