Skip to content

Commit 64935a5

Browse files
committed
Fixed bundle command
1 parent 05b70d1 commit 64935a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/Deployment-Angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ASP.NET Zero depends on [angular-cli](https://cli.angular.io/) for development &
77
1. run ```yarn``` command in the root directory of Angular project.
88
2. run ```npm run publish``` command in the root directory of Angular project.
99

10-
In the Web.Host project, run ```npm create-bundles``` to bundle and minify JS and CSS files before final deployment.
10+
In the Web.Host project, run ```npm run create-bundles``` to bundle and minify JS and CSS files before final deployment.
1111

1212
ASP.NET Zero also provides a merged solution for ASP.NET Core & Angular version. In that solution, Angular client side application is included in the server side Host project. Those two applications, server side API project and Angular client side application, can be published at once and can be hosted together under the same website.
1313

docs/en/Infrastructure-Angular-Bundling-Minifying-Compiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ASP.NET Zero has command for bundling style and script files "**npm run create-d
2121

2222
For production usage, you can run "**npm run publish**" and it will minify dynamic assets for you and then it will publish your Angular app.
2323

24-
In the ***Web.Host project**, you can also run ```npm create-bundles``` to handle bundling and minification of dynamic JavaScript and CSS files in production.
24+
In the ***Web.Host project**, you can also run ```npm run create-bundles``` to handle bundling and minification of dynamic JavaScript and CSS files in production.
2525

2626
If you need to make any change about ASP.NET Zero's bundling and minification process, you can modify **gulpfile.js** .
2727

0 commit comments

Comments
 (0)