rotundasoftware / cartero

Modular front end development for multi-page web applications.
MIT License
204 stars 25 forks source link

Update cmd.js #49

Closed sirmatt closed 8 years ago

sirmatt commented 8 years ago

cli transform flag was not working correctly when I tried to use the example from the documentation https://github.com/rotundasoftware/cartero#application-level-transforms

Previous behaviour was passing in transform flag as a string when calling cartero https://github.com/rotundasoftware/cartero/blob/master/bin/cmd.js#L59

Lead to error when concat was called for appTransforms https://github.com/rotundasoftware/cartero/blob/master/index.js#L275

the value of this.appTransforms was a string rather than an array.

dgbeck commented 8 years ago

Thank you, @sirmatt ! Published @6.0.2