Browse Source

Merge pull request #5719 from JamesStallworthy/GulpResourceMappingExample

Adding resource mapping example that copies all sub folders and maintains folder structure
pull/5726/head
Halil İbrahim Kalkan 6 years ago
committed by GitHub
parent
commit
7aa067c6eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/en/UI/AspNetCore/Client-Side-Package-Management.md

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

@ -94,7 +94,8 @@ 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