actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Rewrite renaming files #36

Closed janpanschab closed 8 years ago

janpanschab commented 8 years ago

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.