Hi @ismcagdas
found the problem - some of our own css conflicted :-)
yes - create-bundles is executed
Hi @ismcagdas
thank you :-)
Hi @ismcagdas
thank you - so replacement for portlet - could be card, correct?
Hi @ismcagdas
how/where to see Metronic version?
Hi,
OK - I see :-)
Hi @ismcagdas,
I can not see that gulp transforms any new less files to css. Do I have to set something up on new files (less) ?
Any changes to the build scripts?
For Development (create-bundles)
set projectDir= [....path...]
set workingDir=C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\Tools\
set vs=VsDevCmd.bat
cd %workingDir%
start /b %vs%
:: your commands go here, such as:
d:
cd %projectDir%
npm run create-bundles
For Production (build)
set projectDir=[....path...]
set workingDir=C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\Tools\
set vs=VsDevCmd.bat
cd %workingDir%
start /b %vs%
:: your commands go here, such as:
d:
cd %projectDir%
npm run build
Hi @ismcagdas
handled as suggested with at try/catch - and wait, retry. Not a "nice" solution, but it works.