You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 547 B

4 years ago
12345678910111213141516171819
  1. ## Javascript source files
  2. The files in this path are Javascript fragments that are compiled together
  3. to create the Jcrop.js source file. Also includes LESS CSS source files.
  4. ##### Building with Grunt
  5. $ npm install
  6. $ grunt
  7. ##### Grunt watch
  8. The Grunt configuration also includes a watch task using grunt-watch.
  9. Using `watch` (in a different terminal) will allow you to modify files
  10. and have them automatically recompile when changes are detected.
  11. $ grunt watch
  12. Read the [grunt documentation](http://gruntjs.com) for more info.