init
This commit is contained in:
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "cdnjs",
|
||||
"libraries": [
|
||||
{
|
||||
"library": "jquery@1.11.3",
|
||||
"files": ["jquery.js"],
|
||||
"destination": "libs/jquery"
|
||||
},
|
||||
{
|
||||
"library": "jqueryui@1.10.4",
|
||||
"files": ["jquery-ui.js"],
|
||||
"destination": "libs/jquery-ui"
|
||||
},
|
||||
{
|
||||
"library": "jquery-cookie@1.4.1",
|
||||
"files": ["jquery.cookie.js"],
|
||||
"destination": "libs/jquery-cookie"
|
||||
},
|
||||
{
|
||||
"library": "jquery-validate@1.14.0",
|
||||
"files": [
|
||||
"jquery.validate.js",
|
||||
"additional-methods.js",
|
||||
"localization/messages_hu.js"
|
||||
],
|
||||
"destination": "libs/jquery-validate"
|
||||
},
|
||||
{
|
||||
"library": "jquery-validation-unobtrusive@3.2.6",
|
||||
"files": ["jquery.validate.unobtrusive.js"],
|
||||
"destination": "libs/jquery-validate-unobtrusive"
|
||||
},
|
||||
{
|
||||
"library": "jquery-contextmenu@2.9.2",
|
||||
"files": [
|
||||
"jquery.contextMenu.js",
|
||||
"jquery.ui.position.js",
|
||||
"jquery.contextMenu.css",
|
||||
"font/*.*"
|
||||
],
|
||||
"destination": "libs/jquery-contextmenu"
|
||||
},
|
||||
{
|
||||
"library": "fullcalendar@2.4.0",
|
||||
"files": ["fullcalendar.css", "fullcalendar.js", "lang/hu.js"],
|
||||
"destination": "libs/fullcalendar"
|
||||
},
|
||||
{
|
||||
"library": "moment.js@2.9.0",
|
||||
"files": ["moment-with-locales.js"],
|
||||
"destination": "libs/moment"
|
||||
},
|
||||
{
|
||||
"library": "pako@0.2.5",
|
||||
"files": ["pako_deflate.js"],
|
||||
"destination": "libs/pako"
|
||||
},
|
||||
{
|
||||
"library": "modernizr@2.8.3",
|
||||
"files": ["modernizr.js"],
|
||||
"destination": "libs/modernizr"
|
||||
},
|
||||
{
|
||||
"library": "font-awesome@4.7.0",
|
||||
"files": ["css/font-awesome.css", "fonts/*.*"],
|
||||
"destination": "libs/font-awesome"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "libs/font-awesome/fonts",
|
||||
"destination": "fonts"
|
||||
},
|
||||
{
|
||||
"library": "twitter-bootstrap@3.3.5",
|
||||
"files": [
|
||||
"js/bootstrap.js",
|
||||
"css/bootstrap.css",
|
||||
"css/bootstrap.css.map",
|
||||
"fonts/*.*"
|
||||
],
|
||||
"destination": "libs/bootstrap"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "libs/bootstrap/fonts",
|
||||
"destination": "fonts"
|
||||
},
|
||||
{
|
||||
"library": "document-register-element@1.14.10",
|
||||
"files": ["document-register-element.js"],
|
||||
"destination": "libs/document-register-element"
|
||||
},
|
||||
{
|
||||
"provider": "jsdelivr",
|
||||
"library": "multiselect-two-sides@2.3.1",
|
||||
"files": ["dist/js/multiselect.js"],
|
||||
"destination": "libs/multiselect"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/js",
|
||||
"files": ["kendo.all.js", "kendo.aspnetmvc.js"],
|
||||
"destination": "libs/kendo"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/js",
|
||||
"files": ["jszip.min.js"],
|
||||
"destination": "libs/kendo"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/js/cultures",
|
||||
"files": ["kendo.culture.hu-HU.js"],
|
||||
"destination": "libs/kendo"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/styles/web/fonts/glyphs",
|
||||
"files": [
|
||||
"KendoUIGlyphs.eot",
|
||||
"KendoUIGlyphs.svg",
|
||||
"KendoUIGlyphs.ttf",
|
||||
"KendoUIGlyphs.woff"
|
||||
],
|
||||
"destination": "fonts"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/styles/web/fonts/DejaVu",
|
||||
"files": [
|
||||
"DejaVuSans.ttf",
|
||||
"DejaVuSans-Bold.ttf",
|
||||
"DejaVuSans-BoldOblique.ttf",
|
||||
"DejaVuSans-ExtraLight.ttf",
|
||||
"DejaVuSans-Oblique.ttf",
|
||||
"DejaVuSansMono.ttf",
|
||||
"DejaVuSansMono-Bold.ttf",
|
||||
"DejaVuSansMono-BoldOblique.ttf",
|
||||
"DejaVuSansMono-Oblique.ttf",
|
||||
"DejaVuSerif.ttf",
|
||||
"DejaVuSerif-Bold.ttf",
|
||||
"DejaVuSerif-BoldItalic.ttf",
|
||||
"DejaVuSerif-Italic.ttf"
|
||||
],
|
||||
"destination": "fonts"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/styles/mobile/images",
|
||||
"files": ["kendoui.ttf", "kendoui.svg", "kendoui.woff"],
|
||||
"destination": "fonts"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "../kreta-kendo-ui/src/styles",
|
||||
"files": [
|
||||
"mobile/images/wp8_icons.png",
|
||||
"mobile/images/wp8_inverseicons.png",
|
||||
"web/Nova/loading.gif",
|
||||
"web/Nova/loading-image.gif",
|
||||
"web/Nova/markers.png",
|
||||
"web/Nova/markers_2x.png",
|
||||
"web/Nova/slider-h.gif",
|
||||
"web/Nova/slider-v.gif",
|
||||
"web/Nova/sprite.png",
|
||||
"web/textures/hue.png",
|
||||
"web/textures/transparency.png",
|
||||
"web/textures/transtexture.png"
|
||||
],
|
||||
"destination": "Content/kendo"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user