Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

If watching, initially compile #1369

@corysimmons

Description

@corysimmons

I'm using the cli in npm scripts. I want to watch stuff, but when I do, it doesn't initially trigger. It would be nice if it did, or if you're concerned about XYZ, at least offer a flag like --initial.

This would make it so I didn't have to have 2 scripts:

"scripts": {
    "start": "npm-run-all styles:compile-sass styles:watch-sass",
    "styles:compile-sass": "node-sass style.scss > style.css",
    "styles:watch-sass": "node-sass -w style.scss -o ./"
  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions