mmcgahan / backflask

Python on the backend, JS+SCSS on the front. Fully responsive, mobile-first blog-oriented framework.
1 stars 0 forks source link

JS is getting huge #4

Open mmcgahan opened 10 years ago

mmcgahan commented 10 years ago

need to get underscore/lodash dependency resolved so that only lodash loads

Look for other pieces to cut out, how to simplify browserify output

mmcgahan commented 10 years ago

underscore now gone, using lodash.underscore.js

with uglify, js is pretty small but will leave this open for another optimization pass.