This is my gruntfile config. What am I doing wrong?
browserSync: {
bsFiles: {
src : ['assets/stylesheets/*.css', '/*.php']
},
options: {
watchTask: true,
server: {
baseDir: "avic"
}
}
}
File path to my project is C://xampp/htdocs/avic.
Are there any errors thrown? Without more information its hard to help
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
BrowserSync can't run your PHP application. But BrowserSync can be used as a proxy to forward requests to your PHP application (Apache/Nginx).