mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
f272a49ee0
- concat the babel generated files instead of the source es6 (not sure if this is the exactly right thing to do yet for general consumption, but seems correct) - allow local runs of docs to see the mdb js babel files so we can better debug sources
24 lines
626 B
JSON
24 lines
626 B
JSON
{
|
|
"paths": {
|
|
"docsJs": [
|
|
"../assets/js/vendor/anchor.min.js",
|
|
"../assets/js/vendor/clipboard.min.js",
|
|
"../assets/js/vendor/holder.min.js",
|
|
"../assets/js/dist/style.js",
|
|
"../assets/js/dist/application.js"
|
|
],
|
|
|
|
"coreJs": [
|
|
"../dist/js/babel/autofill.js",
|
|
"../dist/js/babel/bootstrapMaterialDesign.js",
|
|
"../dist/js/babel/checkbox.js",
|
|
"../dist/js/babel/fileInput.js",
|
|
"../dist/js/babel/input.js",
|
|
"../dist/js/babel/radio.js",
|
|
"../dist/js/babel/ripples.js",
|
|
"../dist/js/babel/togglebutton.js",
|
|
"../dist/js/babel/util.js"
|
|
]
|
|
}
|
|
}
|