Closed jonschlinkert closed 11 years ago
and I don't really care if the word is separate
, it could be individual
or something else instead. whatever seems to most clearly describe what is happening.
Maybe someone else can give an opinion on this. I'm just not sure if the terminology is clear.
Concat is fine, closing
Instead of
concat: true
it should beseparate: false
. Primarily because concatenate is already default behavior outside of this task, so renaming makes it clear that this is something distinct from other plugins, and it clarifies that this is an action the user can take to compile individual files, rather than the other way around. make sense?