Add jquery.Jcrop override

This commit is contained in:
Sébastien Cevey
2014-09-29 11:48:47 +01:00
parent 4336228b28
commit bdac06a1ca
@@ -0,0 +1,16 @@
{
"main": "js/jquery.Jcrop",
"shim": {
"js/jquery.Jcrop": [
"jquery"
]
},
"files": [
"js/jquery.Jcrop.js",
"css/Jcrop.gif",
"css/jquery.Jcrop.css"
],
"buildConfig": {
"uglify": true
}
}