LaserFlash / steam-chat-skin

A customisable theme for the Steam Chat / Friends
https://chat.lasr.dev
GNU General Public License v3.0
65 stars 2 forks source link

Build Watcher: script that builds on file change #44

Closed LaserFlash closed 4 years ago

LaserFlash commented 4 years ago

Now that we have a minified css output it would be good to develop with it.

This would mean having a command such as npm run build:watch, this would run the build script whenever a css file changes.


Some dev imports would be changed to dist, although the existing ones should also exist as they are better for debugging.

LaserFlash commented 4 years ago

And Done