Adding bower_components to _site, they wont be gitignored

This commit is contained in:
Open-Steps.org 2015-04-16 12:30:59 +02:00
parent 8038a31de7
commit 2824ba5aaf
274 changed files with 46334 additions and 3 deletions

17
_site/bower_components/vegas/bower.json vendored Normal file
View file

@ -0,0 +1,17 @@
{
"name": "Vegas",
"version": "1.3.5",
"main": [
"dist/jquery.vegas.js",
"dist/jquery.vegas.css"
],
"ignore": [
"src",
"gruntfile.js",
"package.json",
"component.json"
],
"dependencies": {
"jquery": ">=1.9"
}
}