alexbeletsky / backbone-express-spa

Backbone.js + Express.js single page application boilerplate
431 stars 71 forks source link

Use browserify/npm instead of require/bower #32

Open welhoener opened 10 years ago

welhoener commented 10 years ago

@alexanderbeletsky have you thought of using https://github.com/substack/node-browserify with https://github.com/ForbesLindesay/browserify-middleware instead of bower?

alexbeletsky commented 10 years ago

Don't quite understand.. Browserify and Bower, seems solving different problems. Do you mean use components for front end?

welhoener commented 10 years ago

Exactly, and we could get rid of require.js too, if I get it right.

alexbeletsky commented 9 years ago

@welhoener btw, I'm using such setup in other projects (browserify + npm) and really like it :)