Tagged Questions
1
vote
1answer
202 views
Script Sharp 0.5.5.0 installed for VS2010 and S2008 on the same machine
I have VS2010 and VS2008 on my laptop and I would like to install Script# in both. However if I install in one of them (2010) when I try to install it on 2008 with the other installer it fails and ...
1
vote
1answer
336 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 ...
0
votes
1answer
210 views
Configuring ScriptSharp to generate .js as embedded assembly resource in Visual Studio
I can't seem to understand how it works.
I see there is an option /assembly available to the Script# compiler which procuces a .dll file with the .js file as a resource. Here is an example from ...
0
votes
1answer
168 views
script sharp gadgets in 0.5.5.0
I just created a new project with Script Sharp 0.5.5.0 VS2010 template for the sidebar and it did not even compile.
It fails saying Application.Current.Run is not valid anymore. (Method Run doesn't ...