thom4parisot / wp-less

WordPress plugin which seemlessly compiles, caches and rebuilds your LESS stylesheets.
https://wordpress.org/plugins/wp-less/
88 stars 40 forks source link

Multiple separate stylesheets end up with the same signature/url #86

Closed nerdo closed 9 years ago

nerdo commented 9 years ago

It is possible (and happened in practice) where two or more separate files had the same variables (e.g. none) and timestamp (e.g. doing 'save all open files' command in a text editor with multiple .less files open). Because the filename isn't used in generating the signature, they are treated as the same file and css styles go missing.

thom4parisot commented 9 years ago

Well spotted :+1: