It certainly does a lot of things. It's a quite opinionated best practice implementation that does every optimization we could think of. Creating alternate versions that do less isn't that difficult. Most of the build system deals with formatting input arguments correctly, the real magic happens on about 100 lines in lib/transforms/buildProduction, meaning it's quite easy to write an alternate version that does less.
There is angularjs template support, provided you follow the syntax they specify in their documentation.
Comment
It certainly does a lot of things. It's a quite opinionated best practice implementation that does every optimization we could think of. Creating alternate versions that do less isn't that difficult. Most of the build system deals with formatting input arguments correctly, the real magic happens on about 100 lines in lib/transforms/buildProduction, meaning it's quite easy to write an alternate version that does less.
There is angularjs template support, provided you follow the syntax they specify in their documentation.
Parent comment
assetgraph-builder looks like it does a millions things. Does it work with angularjs templates?