adding lightbox2 override

This commit is contained in:
Ashley Grant
2015-01-15 08:14:50 -05:00
parent 374830e5e7
commit 5314e95c06
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"main": "js/lightbox",
"format": "global",
"dependencies": {
"jquery": "^2.1.3",
"css": "0.1.0"
},
"shim": {
"js/lightbox": {
"deps": [
"jquery",
"../css/lightbox.css!"
],
"exports": "$"
}
}
}