benm
benm copied to clipboard
Boilerplate web app using Backbone.js, ExpressJS, node.js, MongoDB
Not sure if this code is too old to run now, but when I follow the instructions on a windows machine I get stopped at: $ grunt server Running "clean:dev"...
Hell what is the cause of this error when I try to run grunt server grunt build:dev ``` Running "clean:dev" (clean) task Running "browserify:app" (browserify) task >> /home/muwo/webdevelopment/webdev/feknuuz/client/templates/add.hbs:1 >> >>...
Gulp
Added delete functionality so that the gulpjs version can send delete requests. I added all the delete functionality from the original gruntjs version the same way, the only thing I...
Update the repo to use Express v4 A few major changes were requires for this change: - Most of the dependencies built into Express are now separate modules. Those were...