I'm using .ejs files with HarpJS static web server. This command --files "enrollment/*.ejs, enrollment/css/*" detects changes to my .less files but not to the .ejs files. Is there a command or config I can try to get this to work?
HarpJS compiles the .ejs files on the fly so there isn't a build directory I can tell BrowserSync to watch. I just figured once I saved it would diff the file and refresh browsers using the BrowserSync URL.
I'm using .ejs files with HarpJS static web server. This command
--files "enrollment/*.ejs, enrollment/css/*"
detects changes to my.less
files but not to the.ejs
files. Is there a command or config I can try to get this to work?HarpJS compiles the
.ejs
files on the fly so there isn't a build directory I can tell BrowserSync to watch. I just figured once I saved it would diff the file and refresh browsers using the BrowserSync URL.