tonik / theme

Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
http://labs.tonik.pl/theme/
MIT License
1.33k stars 140 forks source link

fix(): Make .vue files trigger browsersync reload too #93

Closed simonvomeyser closed 4 years ago

simonvomeyser commented 4 years ago

Hey and thanks for your project! I use it a lot, are you interested in PR's in general?

Here is a small one I add to most of my projects and that will likely do no harm: .vue files will now trigger browsersync too.

Tried to incorporated that into the tonik/cli but that would have been to complicated since I would have to implement a way to change the app.config.js file.

all the best and thanks again for your OS effort, this project made my work a lot easier :) Simon vom Eyser

jedrzejchalubek commented 4 years ago

Great! Thanks!