I have following folder structures and less files to compile using less-middleware. But its not working. I tried all tutorial that I have found on googling. Anyone plz help.
app.use(lessMiddleware(__dirname + '/public/less'));
folder structure is -
public/app.css (where would like to get the output)
//source folders are.
public/less/layout.less, master.less
What I am doing wrong here?