(no title)
duval
|
8 years ago
Yours do that if you want, but then you might have customers using large parts of the code base that other don't have access to so you want to use code splitting. You probably have some images and want them to look good on all screens but also want them to be a small size so you use image srcset but you need to output 6 images for all the sizes. If you're using svgs you might want to inline these. I mean it goes on and on really, just look at all the headings within the webpack docs if you want more insight. I can understand why it seems crazy and perhaps it is more crazy than I think but if you want you can just concatenate all the scripts, if you want more bells and whistles then you can too
pdkl95|8 years ago
That should only take a few lines in a Makefile.
With make's builtin topological sort, adding dependency information to control the order or other unusual build requirements isn't hard to add.> output 6 images for all the sizes
ricardobeat|8 years ago
RonanTheGrey|8 years ago
It no longer does. The tools move on because the uses get more complex. See the sibling reply here for a good reason why.