Browse Source
ability to add bower resources
ability to add bower resources
* add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyleremotes/origin/fix-10825
4 changed files with 94 additions and 16 deletions
@ -0,0 +1,3 @@ |
|||
{ |
|||
"directory": "core/vendor" |
|||
} |
|||
@ -0,0 +1,17 @@ |
|||
{ |
|||
"name": "ownCloud", |
|||
"version": "8.0 pre alpha", |
|||
"homepage": "http://www.owncloud.org", |
|||
"license": "AGPL", |
|||
"private": true, |
|||
"ignore": [ |
|||
"**/.*", |
|||
"node_modules", |
|||
"bower_components", |
|||
"core/vendor", |
|||
"test", |
|||
"tests" |
|||
], |
|||
"dependencies": { |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue