-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Description
In my use case it would be much easier to integrate gulp-useref if it were possible for it to concatenate files in the order defined in the html source; but instead of using the html resource paths as a reference for where to load the files it used them as the identifiers for ordering the files of the incoming stream which have already been loaded / compiled / moved during the previous steps in the pipeline to virtual paths / names that match those in the html source. Has this design ever been considered?
I also think this furthers the gulp plugin design goal of "do one thing".