-
Couldn't load subscription status.
- Fork 73
Open
Description
I can only use the default setting, my file structure is like below,
-public
---assets
------less
------css
I can only use the default settting, app.use(lessMiddleware(__dirname + '/public'));, it'll compile into less folder directly.
if changed to below, it never works anymore and has nothing outputted.
app.use(lessMiddleware('/less', {
dest: '/css',
pathRoot: path.join(__dirname, 'public/assets')
}));What I want is to output the css file into the sibling folder css from less.
Metadata
Metadata
Assignees
Labels
No labels