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?
assume i have this file structure
app
control1
control1.js
control1.html
control1.less
control2
control2.js
control2.html
control2.less
and so one
so i allready can bundle js - its native
i have own bundle for html templates, its simple
and i have to get the last one - less bundle for that purpose