How to use the visual studio build event to merge two files?
-
Thursday, February 02, 2012 9:01 AM
Dear all,
Recently I have made a website, it use the visual studio 'build event' to call a executable file to compress the JavaScript file.
The command is almost like this,
$(SolutionDir)\Bin\JsCrunch.exe -hc $(ProjectDir)\scripts\src\utl.js -o $(ProjectDir)\scripts\utl.js
It means that there is a Js original code file, under the root of the website '/script/src' and make the new js compressed file at '/script;
so my question is now I have another JS file called 'test.js' and it is at the '/script/src' , I want to compress it and merge this file with the utl.js file and locate them under '/script'.
how the write the command to do the things I expected?
One day a small demo!- Moved by Jack Zhai - MSFTMicrosoft Contingent Staff Friday, February 03, 2012 5:25 AM It isn't related to the VS Debugger. (From:Visual Studio Debugger)
All Replies
-
Friday, February 03, 2012 5:24 AM
Hi Christopher,
Thank you for visiting the MSDN forum. This forum is to discuss Visual Studio debugger tool. I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum. Thanks for your understanding.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
-
Friday, February 03, 2012 5:34 AM
Hi, Jack zhai
I do not know what you mean. So where can I send the question and get the help?
One day a small demo! -
Monday, April 09, 2012 3:29 PMOwner
Try one of these VS categories: http://social.msdn.microsoft.com/Forums/en-US/category/visualstudio
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Monday, April 09, 2012 3:29 PM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Monday, April 16, 2012 8:07 AM