Closed tracend closed 9 years ago
When KISSCMS was first created we wanted an easy platform to jumpstart a simple site. Including common JS dependencies as part of the framework was convenient.
Since then we've decoupled a number of things, including the creation of common.js, which includes a basic build of Modernizr.
jQuery is long gone from KISSCMS, I think it's time to say goodbye to Modernizr as well.
In an effort to clean KISSCMS from client-side dependencies (#95) the default inclusion of
modernizr.js
needs to be evaluated.In general updating the client-side libs seems like a constant battle and KISSCMS should really be more flexible, allowing any client to be created around it.
There's the concept of injecting modernizr in common.js so this issue may be solved indirectly...