fastadmin/public/assets/libs/jcrop/src
kaiend 8d5dc37385 11 2018-01-30 14:04:27 +08:00
..
component 11 2018-01-30 14:04:27 +08:00
css 11 2018-01-30 14:04:27 +08:00
filter 11 2018-01-30 14:04:27 +08:00
stage 11 2018-01-30 14:04:27 +08:00
README.md 11 2018-01-30 14:04:27 +08:00
api.js 11 2018-01-30 14:04:27 +08:00
constructor.js 11 2018-01-30 14:04:27 +08:00
defaults.js 11 2018-01-30 14:04:27 +08:00
intro.js 11 2018-01-30 14:04:27 +08:00
modernizr.js 11 2018-01-30 14:04:27 +08:00
outro.js 11 2018-01-30 14:04:27 +08:00
plugin.js 11 2018-01-30 14:04:27 +08:00
static.js 11 2018-01-30 14:04:27 +08:00

README.md

Javascript source files

The files in this path are Javascript fragments that are compiled together to create the Jcrop.js source file. Also includes LESS CSS source files.

Building with Grunt
$ npm install
$ grunt
Grunt watch

The Grunt configuration also includes a watch task using grunt-watch. Using watch (in a different terminal) will allow you to modify files and have them automatically recompile when changes are detected.

$ grunt watch

Read the grunt documentation for more info.