Browse Source

PR5719 - Resolved issue with example, missing comma for array

pull/5719/head
JamesStallworthy 6 years ago
parent
commit
1770acdfaf
  1. 2
      docs/en/UI/AspNetCore/Client-Side-Package-Management.md

2
docs/en/UI/AspNetCore/Client-Side-Package-Management.md

@ -94,7 +94,7 @@ An example mapping configuration is shown below:
mappings: {
"@node_modules/bootstrap/dist/css/bootstrap.css": "@libs/bootstrap/css/",
"@node_modules/bootstrap/dist/js/bootstrap.bundle.js": "@libs/bootstrap/js/",
"@node_modules/bootstrap-datepicker/dist/locales/*.*": "@libs/bootstrap-datepicker/locales/"
"@node_modules/bootstrap-datepicker/dist/locales/*.*": "@libs/bootstrap-datepicker/locales/",
"@node_modules/bootstrap-v4-rtl/dist/**/*": "@libs/bootstrap-v4-rtl/dist/"
}
````

Loading…
Cancel
Save