assemble / assemble-less

Grunt task for compiling LESS to CSS. This task does for less what Assemble does for HTML, making it much easier to modularize and reduce repetition in stylesheets.
http://github.com/assemble/assemble/
MIT License
66 stars 20 forks source link

rename concat option to separate, default to false #1

Closed jonschlinkert closed 11 years ago

jonschlinkert commented 11 years ago

Instead of concat: true it should be separate: 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?

jonschlinkert commented 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.

jonschlinkert commented 11 years ago

Maybe someone else can give an opinion on this. I'm just not sure if the terminology is clear.

jonschlinkert commented 11 years ago

Concat is fine, closing