0

Until recently I was using Chirpy VS plugin for mashing css files. But I have found it doesn't change css url relative paths during mashing and it is a problem for me now (as I mash css files which access local images but are placed in different directories).

Is there any tool which mashes css files and changes urls relative paths accordingly?

SiberianGuy
  • 24,674
  • 56
  • 152
  • 266

2 Answers2

0

You should check into the Yahoo tool for JS / CSS compression. There is a codeplex project which has Visual Studio post build support. I have tested it explicitly for the scenario you're asking about (relative paths) but it's worth exploring.

YUI Compressor for .NET

Timothy Strimple
  • 22,920
  • 6
  • 69
  • 76
0

I have found this workitem which proves there is a bug in Chirpy.

Also it looks like CrusherModule will solve my problem.

Update. Finally I used CrushIt

SiberianGuy
  • 24,674
  • 56
  • 152
  • 266