Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple concat tasks #124

Open
ganlanyuan opened this issue Aug 29, 2016 · 1 comment
Open

Multiple concat tasks #124

ganlanyuan opened this issue Aug 29, 2016 · 1 comment

Comments

@ganlanyuan
Copy link

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?

@ganlanyuan ganlanyuan changed the title Multiply concat tasks Multiple concat tasks Aug 29, 2016
@ganlanyuan
Copy link
Author

Is there a way to set file dependency besides order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant