0
antonis created
I am trying to update to aspnetzero 7.2.3 with angular & .net core and I saw gulp in package.json file. Is this needed or I can remove it?
Thanks
4 Answer(s)
-
0
See documentation: Infrastructure-Angular-Bundling-Minifying-Compiling
-
0
So that means any custom styles and custom js files muat be added to the bundles.config?
-
0
No, we have metronic theme css and js files which we load by parameter. Angular don't load them if its unused. But we use them when theme changed. That's why we use gulp and load them manually. Normally you dont need gulp.
-
0
This issue is closed because it has not had recent activity for a long time.