[Bug]: CSS watch scripts failing in dev mode #405
Labels
Difficulty: Low
Good First Issue
A ticket/issue that should likely be an easy one for newcomers to the project/community.
READY TO CODE
This means a ticket is ready to be worked. Any ticket without this label should be verified.
Type: Bug
Describe the bug
CSS IS NOT being auto reloaded/watched properly in dev mode.
To Reproduce
Steps to reproduce the behavior:
yarn start
Expected behavior
CSS IS being auto reloaded/watched properly in dev mode.
Additional context
How to fix this:
In https://github.com/phase2/outline/blob/next/packages/outline-templates/default/scripts/styles.mjs#L180C1-L199, these lines ARE already uncommented, so this is appropriate.
in https://github.com/phase2/outline/blob/next/packages/outline-templates/default/package.json, we need to make it look more like this as seen here (for those with access):
Note the following changes.
The text was updated successfully, but these errors were encountered: