Add css plugin and file as a dependency

This commit is contained in:
Sébastien Cevey
2014-09-29 12:29:32 +01:00
parent a008428c3e
commit 543c3958f0
@@ -1,11 +1,13 @@
{ {
"main": "js/jquery.Jcrop", "main": "js/jquery.Jcrop",
"dependencies": { "dependencies": {
"jquery": "*" "jquery": "*",
"css": "*"
}, },
"shim": { "shim": {
"js/jquery.Jcrop": [ "js/jquery.Jcrop": [
"jquery" "jquery",
"../css/jquery.Jcrop.css!"
] ]
}, },
"files": [ "files": [