Tagged Questions
6
votes
2answers
440 views
Using Yeoman/Brunch tools with a hybrid Django/Backbone app?
I'm building a hybrid web application with Django on the back end and Backbone on the front end.
The structure is as follows: I generate all the HTML in Django templates, use request.is_ajax to ...
2
votes
2answers
724 views
Using Yeoman/Brunch/Grunt inside of an Express.js project
I am wondering how I should structure the front-end of my Express.js project.
I haven't done much with Grunt before, but I understand that it performs tasks such as compiling, and then saves the ...
4
votes
2answers
2k views
Import an Existing JavaScript Project into a Grunt/Brunch Project
I watched Paul Irish's talk announcing Yeoman (www.yeoman.io), and I'm hooked on the concept of running a continuous build environment. Not content to wait for a Yeoman invite, I tried Grunt and ...