caktus / django-project-template

Django project template for startproject (Requires 2.2+)
211 stars 53 forks source link

Get modernizr build working #267

Closed dpoirier closed 8 years ago

dpoirier commented 8 years ago

We want to use modernizr in a project, and this gulpfile appears to support building a custom modernizr based on what use we are making of it. So we tried it.

Unfortunately, this required a major refactoring of gulpful.js, to make sure we had built modernizr.js before we tried to compile our javascript. On the plus side, it's more gulpish now.

Branch: modernizr

nmashton commented 8 years ago

Aside from my two comments: 🚀