Closed saebekassebil closed 6 years ago
This commit shouldn't change the resulting file(s) in any way, but just do the concatenating of all the coffee script files in the preferred way.
As of coffee-script 1.8.0 the --join functionality has been deprecated. See (https://github.com/jashkenas/coffeescript/issues/3472).
1.8.0
--join
As this is a pretty simple thing to "fix", I think this is worth doing for future-proofing the build system. @mzedeler , @m-abs ?
Outdated and now irrelevant, closing.
This commit shouldn't change the resulting file(s) in any way, but just do the concatenating of all the coffee script files in the preferred way.
As of coffee-script
1.8.0
the--join
functionality has been deprecated. See (https://github.com/jashkenas/coffeescript/issues/3472).As this is a pretty simple thing to "fix", I think this is worth doing for future-proofing the build system. @mzedeler , @m-abs ?