How to set up and use Grunt.js to reload the browser when filesystem changes are made. This article gives an overview of Grunt.js and it’s ecosystem along with how to manage the NPM dependencies.
Web developer and open source enthusiast
How to set up and use Grunt.js to reload the browser when filesystem changes are made. This article gives an overview of Grunt.js and it’s ecosystem along with how to manage the NPM dependencies.
Here is a very simple Backbone.js Model -> View <- Model example. The end result is a square that moves to the position of the wrapper where the mouse click event is fired.