Skip to content

Instantly share code, notes, and snippets.

@yamaryu0508
Created December 13, 2015 04:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save yamaryu0508/420e8a20e6158bc3cf3d to your computer and use it in GitHub Desktop.
customize_default.json
{
"app": 19,
"scope": "ALL",
"desktop": {
"js": [{
"type": "URL",
"url": "https://js.cybozu.com/jquery/1.11.3/jquery.min.js"
}, {
"type": "URL",
"url": "https://js.cybozu.com/jqueryui/1.11.4/jquery-ui.min.js"
}, {
"type": "URL",
"url": "https://js.cybozu.com/momentjs/2.10.6/moment-with-locales.min.js"
}, {
"type": "URL",
"url": "https://js.cybozu.com/spinjs/2.3.2/spin.min.js"
}, {
"type": "URL",
"url": "https://js.cybozu.com/sweetalert/v1.1.0/sweetalert.min.js"
}],
"css": [{
"type": "URL",
"url": "https://js.cybozu.com/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"
},{
"type": "URL",
"url": "https://js.cybozu.com/sweetalert/v1.1.0/sweetalert.min.js"
}]
},
"mobile": {
"js": [],
"css": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment