"minify" target no longer working?

I just did a pull and tried to build a minified version of Cesium, but it seems that I only get the unminified version no matter what I do. I did a fresh clone and tried every combination of build parameters I could think of with no success.

I’m working on OSX. I don’t have a Windows build environment to try. Did the build process change?

Thanks,

Peter

You’re right, the recent caching changes to the build script don’t distinguish between the unminified and minified versions, so the minified version’s not created because it’s considered up-to-date. I’ll work on a fix.

Fix is now in master with merger of https://github.com/AnalyticalGraphicsInc/cesium/pull/752

Thanks Peter.