Merge pull request #718 from alfkonee/master

Changed Source of Foundation
This commit is contained in:
Guy Bedford
2016-01-24 15:54:46 +02:00
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"main": "js/foundation/foundation",
"format": "global",
"shim": {
"js/foundation/foundation.*": "./foundation",
"js/foundation/foundation": {
"deps": "jquery",
"exports": "Foundation"
}
},
"dependencies": {
"jquery": "github:components/jquery"
}
}