I am trying to set up Browsersync but I can't get it to work. What am I doing wrong?
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 pr...
May 4, 2016NK