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
Support compiling all .less files in a folder (with globbing) to a destination folder so each one does not have to be specified. Could also support collapsing a tree structure (as well as preserving relative paths by default).
This currently does not work due to dest being a directory.
less: {build: {files: [{cwd: ['Styles'],src: ['**/*.less'],dest: 'Styles'// or any other folder}],options: {ext: '.css'// default}}}
The text was updated successfully, but these errors were encountered:
Support compiling all .less files in a folder (with globbing) to a destination folder so each one does not have to be specified. Could also support collapsing a tree structure (as well as preserving relative paths by default).
This currently does not work due to dest being a directory.
The text was updated successfully, but these errors were encountered: