Closed sirmatt closed 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.
Thank you, @sirmatt ! Published @6.0.2
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.