Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "deltavision"

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 @ismcagdas

if I inspect the html (F12) - the css styling, is not "used". The css is only in the Public project - but was it not also in the MVC? I think we used it in earlier projects.

Hi,

OK - I see :-)

Hi,

how do we indicate that in bundles.json? - just change the file extensions from css to less or how?

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.

Showing 21 to 30 of 107 entries