## Javascript source filesThe files in this path are Javascript fragments that are compiled togetherto create the Jcrop.js source file. Also includes LESS CSS source files.##### Building with Grunt $ npm install $ grunt##### Grunt watchThe Grunt configuration also includes a watch task using grunt-watch.Using `watch` (in a different terminal) will allow you to modify filesand have them automatically recompile when changes are detected. $ grunt watchRead the [grunt documentation](http://gruntjs.com) for more info.