This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I don't know if there could be a link to what i posted here: http://www.mindscapehq.com/forums/thread/306595 some sort of interference between chirpy and WW, or WW and VS localization ...but who knows Anyways this new problem is the following: I have chirpy set to minify js files with extension filename.yui.js
When i hit save, chirpy minifies (with yui) the js. The problem is that on code like this
if i have WW enabled
will get turned into
if i disable WW all is fine.. |
|
|
I've been trying to reproduce this without success. We do not modify the culture settings. The YUI compressor, which both we and Chirpy use, does temporarily modify the thread culture and then reverts it; but there shouldn't be a race condition because (a) we don't invoke the YUI compressor when minification is off, and (b) we run on a different thread from Chirpy so the revert on one thread should not interfere with each other. Given that you were previously having problems getting Chirpy to minify at all in the presence of Web Workbench, I'm wondering if this is some sort of strange knock-on from that issue. The next nightly has a fix for that issue: can you try again with that build and let us know if you still see a problem? If so can you provide us with your actual source file and the version of Chirpy that you're using, and also let us know what culture your machine is set to and whether you are using a non-English copy of Visual Studio. Hopefully then we'll be able to reproduce it. Thanks! |
|
|
Been on vacation for last week, just came back and IT has some big problems, will get back to you as soon as possible. As for chirpy it was doing this on a previous version (don't know which), but also on the latest i'm using: self compiled from source, changeset [chirpy-a164a04528d5] |
|
|
Just tested with april 15 version of WW, and don't seem to be experiencing the culture problem anymore. Tnx! |
|