Yes, It's so simple and a tricky solution for easy going people. The hardest part of this solution is the Batch file for minified all JS and CSS files with AjaxMin.exe as Microsoft Ajax Minifier and automatic move and replace in minified folder.
@echo off md minified for %%J in (*.js *.css) do @AjaxMin.exe -clobber:true "%%J" -o "minified\%%J" pause
1 comment:
Nice to read this post which is really good thanks for sharing this information.
Post a Comment