Don't group HEAD includes (includeJS, includeHead, includeCSS)
Currently, WebDSL first includes CSS-files, then javascript-files, then custom Head code. This hinders one from inserting custom javascript code (using includeHead) between 2 javascript includes.
Scenario: I want to define a js variable pointing to the
noConflict()
functionality of bootstrap before including jqueryUI which has name clashes for some methods, e.g.tooltip()
.So instead of only respecting the order within the 3 groups, respect the order of all includes as one.
Submitted by Elmer van Chastelet on 18 February 2015 at 14:19