You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add debug: true to your code to see if it outputs anything helpful. It should show the paths being watched and some of the operations it does while compiling the less.
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 intoless
folder directly.if changed to below, it never works anymore and has nothing outputted.
What I want is to output the css file into the sibling folder
css
fromless
.The text was updated successfully, but these errors were encountered: