Hi,
got it working with webpack - problem was I commented a line (with // ) in the bundle.json file. Looked OK in the VS editor, but "npm run create-bundle" failed...
So now the bundles build - but the auto generate/update of bundles as in v6.x is not working. I have to manualley run "npm run create-bundle".
Next problem..., after re-run of "npm run create-bundle" the App goes to this error after login. Maybe something related to .min.css /.min.js - vs: .css/.js, but not sure....
Hi,
I have problems with bundle.json - it does not create bundle files. Using Core/JQuery project.
Relates to #7133 Link to webpack from the question above - not working / file missing. https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/webpack.config.js
But here:
https://github.com/aspnetzero/aspnet-zero-core/commit/84342d45991cc23611fc347b9a51bea0ae9a4de1#diff-9b3e338957ad2546ebe8ef5c19be4776
You changed to gulp instead of webpack What do we need to do, to make bundle work again?
Best Michael
Sorry :-)
MVC
Hi,
found the problem/solution - bug i v6.2 :-)
Added this to bundleconfig.json:
{ "outputFileName": "wwwroot/metronic/src/js/demo/default/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/default/base/layout.js" ] }, { "outputFileName": "wwwroot/metronic/src/js/demo/demo8/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/demo8/base/layout.js" ] },
References:
https://support.aspnetzero.com/QA/Questions/5877 https://support.aspnetzero.com/QA/Questions/5867 https://github.com/aspnetzero/aspnet-zero-core/issues/1892
I am closing this case.
/Michael Vad
no - none, as far as I can see
Hi,
the menu + submenus works fine on my development.
But when deployed to production IIS server, the menues (sub) cannot be opened.
What am I missing ?
/Michael Vad