Hi!
I downloaded v8.2 Asp.Net Core version and, as you know, there is already a wwwroot folder with assets inside. However, if I follow the getting started section and make 'yarn install', 'npm run build --demo1' in _keenthemes/tools folder, the content of wwwroot/assets folder changes. Lots of changes shown in the folder. (for instance; select2, highlight, daterangepicker class styles and many mores added to assets/css/style.bundle.css. assets/js/scripts.bundle.js changes from readable javascript file to single line methods with eval() functions, etc.)
Is it normal or am I missing something? Is the default wwwroot/assets folder not up-to-date or the newly created wwwroot/assets folder in some different mode?
Thank you in advance..
Hi,
Thank you for your feedback.
wwwroot/assets folder in the default package is outdated but you can easily rebuild assets folder with our Gulp or Webpack script by executing gulp --dmeo1
or npm run build --demo1
form _keenthemes/tools folder.
Regards,
Lauris Stepanovs,
Keenthemes Support Team