micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

Remove watching without serving #229

Closed mischah closed 6 years ago

mischah commented 6 years ago

I’d like to keep the npm scripts sections as simple as possible for Baumeister v3.

Therefore i’m thinking about getting rid of npm run watch. This used to watch for changes and automatically rebuild without serving the files via a static webserver with reloading functionality.

I guess I didn’t use this kinda watch mode ever. Before removing it I’d like to get some feedback. So please leave a 👍 / 👎 for removing »watching without serving« and comment if you have a use case to share.

mischah commented 6 years ago

Do @revrng or @chrkhl have any additional feedback? Going to remove it otherwise …

mischah commented 6 years ago

Removed with 0048dc7.