asual / lesscss-servlet

LESS Servlet - Runtime handling and optimization of less.js resources
http://www.asual.com/lesscss
Apache License 2.0
56 stars 15 forks source link

Please add .less as a known text/css extesion #5

Closed rpardini closed 13 years ago

rpardini commented 13 years ago

Hello, a few IDEs already support .less (instead of .css) for syntax highlighting. Please add mimeTypes.put("less", "text/css"); to the ResourceServlet init() code. Thanks