BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

Make the less processor to not embed @import .css file (but just keep the link) #25

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

Right now, when using the snow .less support, by linking to a .less file with an additional ".css" (as myfile.less.css), will embed all the @import link even if there are .css files.

While that might be interesting in some cases, the best way, is to perform the default less processor behavior, which is to embed only the .less @import but leave the .css @import as link for the browser to follow.

jeremychone commented 11 years ago

Done, in 2.0.1-SNAPSHOT