toastr: {
src: {
styles: ["{$config.path.common_src}/plugins/toastr/build/toastr.css"],
scripts: ["{$config.path.common_src}/plugins/toastr/build/toastr.min.js"],
},
dist: {
scripts: "{$config.dist}/plugins/custom/toastr/toastr.bundle.js",
styles: "{$config.dist}/plugins/custom/toastr/toastr.bundle.css",
}
},
"toastr": {
"js": [
"custom/toastr/toastr.bundle.js"
],
"css": [
"custom/toastr/toastr.bundle.css"
]
}