Hi Asp.net Zero
Yes we did that however it does not recognise it as a source. Hence the DB translations cannot work on our modules. Is there any additional steps we must do to?
Kind Regards
Hi @ISL
Normally, these files must be minified, we will check our pipeline about this problem. These files are created by
npm run create-dynamic-bundles
command, becasue of that we have removed them from bundles.json to speed up development time project startup time.
Hi Asp.net Zero
Checked the code and it seems the command npm run create-dynamic-bundles
runs the gulpfile.js buildDev which has production = false and does not minify.
The build command used for production inside the gulp file will not create the according minified files now.
How do the minified files for the mentioned CSS files then get created? https://demo.aspnetzero.com/assets/metronic/themes/default/css/style.bundle.css https://demo.aspnetzero.com/assets/metronic/themes/default/plugins/global/plugins.bundle.css
Kind Regards