-
Notifications
You must be signed in to change notification settings - Fork 123
Multiple concat tasks #124
Copy link
Copy link
Open
Description
Script tasks like
a.js +
b.js +
c.js ==>
new1.js // just combile
new1.min.js // combile and minify
d.js +
e.js +
f.js ==>
new2.js // just combile
new2.min.js // combile and minify
g.js +
h.js +
i.js ==>
new3.js // just combile
new3.min.js // combile and minify
Is there a way I can do all these in on task?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels