Skip to content

css-modules doesn't recreate css on change when used with budo #8

Description

@robin-barnes-triptease

I have a start command that looks like this:

export NODE_PATH=$NODE_PATH:./src && ./node_modules/.bin/budo index.js --dir=dist --live -- -p [ css-modulesify -o dist/main.css --after autoprefixer --autoprefixer.browsers '> 5%' --json dist/css-modules.json] -o dist/index.js

When I change the css files used with css modules, everything is reloaded using live reload, but the css output file (dist/main.css) is not recreated to reflect the changes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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