anaisbetts / SassAndCoffee

SassAndCoffee adds support in ASP.NET MVC to (you guessed it!) Sass/SCSS and CoffeeScript
http://blog.paulbetts.org/index.php/2011/06/06/new-release-sassandcoffee-0-9-now-not-glacially-slow/
Microsoft Public License
199 stars 37 forks source link

CoffeeScript files can't have the same name #37

Closed taylorsmith closed 12 years ago

taylorsmith commented 12 years ago

When using a .combine manifest, an issue occurs when 2 or more files have the same name, e.g.

app/feature/main.js
app/main.js

Perhaps an md5 should be used for the App_Data files instead of a timestamp?

kogir commented 12 years ago

The new caching code in v2.0 no longer has this problem.

taylorsmith commented 12 years ago

Is 2.0 out yet? I'm still seeing 1.1.5 on NuGet.