twenzel on master
Fix typo in description (compare)
twenzel on master
Updated Nuget key (compare)
ok. today i have to organize my less files like this
//main.less file
@import "one-cool-stuff.less";
@import "another-cool-stuff.less";
@import ....
and my bundle definition looks like
bundles.Add(new LessBundle("~/bndls/css/").Include(
"~/Content/less/main.less"
));
thats only the way if i want share variables and mixins in this separated less files
is this correct?