YuzuJS / WinningJS-todo

Demo todo list application for Windows 8, built on the WinningJS framework
11 stars 3 forks source link

Build faster! #6

Closed domenic closed 12 years ago

domenic commented 12 years ago

This is JavaScript Not C++, guys. C'mon.

It seems like bundling jQuery into the browserify is the bottleneck right now. Either investigate browserify caching (preferable), or just bypass it for jQuery somehow specifically.

domenic commented 12 years ago

1e7a0442e0f1331e25978862d07a3571fc6a40b6 should fix this if substack/node-deputy#2 gets pulled, and published, and then browserify uses the new version.

domenic commented 12 years ago

Working now!

rm -rf node_modules
npm install