wallaby icon indicating copy to clipboard operation
wallaby copied to clipboard

Add sass asset note to README

Open eToThePiIPower opened this issue 2 years ago • 1 comments

The Assets/esbuild section of the README includes a step on adding esbuild default to the test alias. This works to recompile javascript files on every run; but it only compiles scss styles on the first run, leading to continued confusion when debugging.

To do this, we simply need to add the sass default step to the test alias.

It's wasn't terribly difficult to figure out, but could save other people the 15 minutes and seems to fit well into this section.

eToThePiIPower avatar Jun 24 '22 19:06 eToThePiIPower

This would probably be more helpful if the information is agnostic to the asset tool that is being used.

Would you mind rephrasing the section to not directly mention esbuild or sass?

mhanberg avatar Jul 14 '22 22:07 mhanberg