2
votes
1answer
54 views

ScriptBundle+Optimization return unwanted number

I'm using ScriptBundle and set EnableOptimizations to true. My original script is $('.carousel').carousel({ interval: 5000, pause: "hover" }) And the result from minification is ...
1
vote
0answers
220 views

Using Jsmin build event in Visual Studio to combine files

Im having trouble using JSmin to combine and minify my files on successful build: I think my syntax is correct but the output is empty if $(ConfigurationName) == Debug goto :exit if ...
3
votes
1answer
223 views

Zippy Chirp - 100% CPU

I installed Chirpy under VS 2010 SP1, created a small all.chirp.config and saved it. The Output windows displays the line: ConfigEngine -- C:\Users\me\Documents\Visual Studio ...
4
votes
2answers
684 views

How to get Chirpy to update mashed files when edits are made

I've just begun using Chirpy, and it's frigging amazing. One problem I'm having is that I'm unable to get it to update the mashed file(s) when an edit is made in one of the "sub" files. IE: If I have ...
2
votes
2answers
2k views

How to get Chirpy working with JS and mash.config

I just downloaded and installed the most recent version of Chirpy [Nude Chirpy v1.0.0.5.3] I created a "mash.less.chirp.config" file in my CSS directory, and it's compressing/minifying very ...
0
votes
1answer
474 views

add items to visual studio solution in msbuild task

I have created a msbuild task that minifies and combines javascript and css files that is triggered when my visual studio project is built. This task adds the minified and combined files to the file ...
0
votes
2answers
1k views

Ajax Minifier Visual Studio include all javascript files

I am using the Ajax Minifier http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=766 and have embedded it in the csproj file for use in Visual Studio 2008 (not the free version). I have two ...
1
vote
1answer
449 views

How to generate minified javascript with Script#?

I am testing Script# and its manual tells me that it has a "Release" mode, where the code is minified for performance. But I couldn't find how to enter this mode. Anyone knows? Update BenS has found ...