thoughtbot / bitters

Add a dash of pre-defined style to your Bourbon.
https://thoughtbot.com
MIT License
1.39k stars 142 forks source link

Local server to preview your changes #289

Closed bananatranada closed 7 years ago

bananatranada commented 7 years ago

Instead of having to copying the example to a separate page and applying styles to preview them, is there a way to start a local server using the bitter command? It would also watch for changes and apply them without having to reload the page.

I'm currently using gulp and browsersync to do this, but I have to remember to remove its reference for production.

tysongach commented 7 years ago

Hi @bryankang! We have a simple HTML page within this repo that pulls in Bitters’ styles, using gulp to compile the Sass and run a preview server. All of this is laid out in our contributing documentation. Is this what you are looking for?

tysongach commented 7 years ago

Closing due to lack of response. Please re-open if we can help in any way!