Eg. I want to add another stylesheet only for admin. I want to have 2 entry files - main.less and admin.less. I don’t want to copy whole less task, but only to add another entry file. The renaming process is broken than. Fortunately https://www.npmjs.com/package/gulp-rename has suffix option for this use cases.
Eg. I want to add another stylesheet only for admin. I want to have 2 entry files -
main.less
andadmin.less
. I don’t want to copy whole less task, but only to add another entry file. The renaming process is broken than. Fortunately https://www.npmjs.com/package/gulp-rename has suffix option for this use cases.