Adding bower_components to _site, they wont be gitignored
This commit is contained in:
parent
8038a31de7
commit
2824ba5aaf
274 changed files with 46334 additions and 3 deletions
11
_site/bower_components/jquery/src/attributes.js
vendored
Normal file
11
_site/bower_components/jquery/src/attributes.js
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
define([
|
||||
"./core",
|
||||
"./attributes/attr",
|
||||
"./attributes/prop",
|
||||
"./attributes/classes",
|
||||
"./attributes/val"
|
||||
], function( jQuery ) {
|
||||
|
||||
// Return jQuery for attributes-only inclusion
|
||||
return jQuery;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue