jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

-c --concat option #67

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

Should minify the arguments (most come minified from cdnjs anyway) into one file, keeping the order in which they are passed.

tgvashworth commented 11 years ago

:-1: because of the risk of overcomplicating. Pulldown grabs files – we can add other layers with other projects, but at its core I think Pulldown has to stay very, very simple.

jackfranklin commented 11 years ago

Yeah - I sort of agree. I wonder if we need a Pulldown plugin system...kinda like Grunt...

Again, over complicating things maybe...

jackfranklin commented 11 years ago

Going to close this. Would like to revisit maybe down the line, but certainly not soon.