mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.5 KiB
35 lines
1.5 KiB
module.exports = {
|
|
imports: [
|
|
"../jquery/abp.resourcemapping.js"
|
|
],
|
|
mappings: {
|
|
//Bootstrap
|
|
"@node_modules/bootstrap/dist/css/bootstrap.css": "@libs/bootstrap/css/",
|
|
"@node_modules/bootstrap/dist/js/bootstrap.bundle.js": "@libs/bootstrap/js/",
|
|
|
|
//Font-Awesome
|
|
"@node_modules/font-awesome/css/font-awesome.css": "@libs/font-awesome/css/",
|
|
"@node_modules/font-awesome/fonts/*.*": "@libs/font-awesome/fonts/",
|
|
|
|
//jQuery-Form
|
|
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/",
|
|
|
|
//jQuery-Validation
|
|
"@node_modules/jquery-validation/dist/jquery.validate.js": "@libs/jquery-validation/",
|
|
"@node_modules/jquery-validation/dist/localization/*.*": "@libs/jquery-validation/localization/",
|
|
|
|
//jQuery-Validation-Unobtrusive
|
|
"@node_modules/jquery-validation-unobtrusive/dist/jquery.validate.unobtrusive.js": "@libs/jquery-validation-unobtrusive/",
|
|
|
|
//Datatables
|
|
"@node_modules/datatables.net/js/jquery.dataTables.js": "@libs/datatables.net/js/",
|
|
"@node_modules/datatables.net-bs4/css/dataTables.bootstrap4.css": "@libs/datatables.net-bs4/css/",
|
|
"@node_modules/datatables.net-bs4/js/dataTables.bootstrap4.js": "@libs/datatables.net-bs4/js/",
|
|
|
|
//Sweetalert
|
|
"@node_modules/sweetalert/dist/*.*": "@libs/sweetalert/",
|
|
|
|
//Toastr
|
|
"@node_modules/toastr/build/*.*": "@libs/toastr/"
|
|
}
|
|
} |