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
|
Hi, Would it be possible to simply provide a concatenate-like function for combining multiple JS files, rather than combining and minifying them? There are incompatibilities with various string-based templating engines when variables are minified. I would really appreciate it if this simple functionality could be included in the free version of workbench, as I want to be able to recommend that people test the free version in an upcoming blog post which will require something like this... edit: also occurs to me that this might be useful for .coffee files? It seems that .coffee files can only import other .coffee files - how about sneaking plain JS in? |
|
|
We have added in this functionality to sit alongside JS minification. When minifying JS it will also save out a combined version of the file (which where you are also including other JS files will simply be the combined version of all of those files). Our intention is to update the UI to make this a bit more explicit in terms of how it can work going forward but this is now available in the nightly builds.
|
|
|
Just to be clear given your blog post comment, this feature is only available in the Pro edition. John-Daniel Trask |
|