Todd Zebert
Todd Zebert
I was expecting something along with way concat works with tasks like 'dev' and 'dist' and within them files: [ { src: {}, dest: {} }, { src: {}, dest:...
Hmmm. What I want is to not load all my JS on every page, so to be able to create separate bundles per (type of) page, but still not have...
Yeah, I don't want to have to specify dependencies - that's what I was doing before manually with regular concat. Perhaps an option that turns on dependency loading even when...
I'm not up on creating Grunt plugins, but I know JS. It looks like the section in question that short circuits the dependency checking/loading is this in function bowerMainFiles() :...
@Shino- While I think you have a different issue than I, I don't see any problem with your bower_concat syntax. Although, I'm not familiar with your use of `return`-ing the...