makesites / kisscms

A lightweight CMS written in PHP. Lightning fast to setup. Obviously easy to maintain. #php
http://kisscms.com
22 stars 6 forks source link

Evaluate Modernizr #97

Closed tracend closed 9 years ago

tracend commented 11 years ago

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...

tracend commented 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.