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

Browser should be refreshed after changes in project files by default #43

Closed jedrzejchalubek closed 7 years ago

jedrzejchalubek commented 7 years ago

Add paths for files to watch to default config of browsersync:

https://browsersync.io/docs/options/#option-files

"files": [
    "*.php",
    "app/**/*.php",
    "resources/templates/**/*.php",
    "resources/assets/fonts/**/*",
    "resources/assets/js/**/*.js",
    "resources/assets/sass/**/*.scss",
    "resources/assets/images/**/*.{jpg,jpeg,png,gif,svg}"
]