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,
v9.0.1.0 MVC .NET Core
the Metronics styling for Portlet is not in effect.
Any reason why? Something we need to do?
Hi,
v9.0.1.0 MVC .NET Core
We try to test/implement the Public website as landing page - before going to the Admin website
Cannot figure out how this is suppose to work :-)
Starting "mulitiple projects" from the VS solution (Web.Mvc and Web.Public)
When running - the login from Public website, shows the login page for the Admin website - but then returns to the public site (as logged in). We thought that it continued in to the admin application?
Are we doing something wrong?
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,
Version: 9.0.1, ASP NET CORE, MVC
With reference to #7666
Started using VS2022.
But is continued by Jason Moore at: https://marketplace.visualstudio.com/items?itemName=Failwyn.WebCompiler64&ssr=false#overview
Is that also what you are using / recommend?
Regarding Bundler & Minifier - is that used anymore? https://marketplace.visualstudio.com/items?itemName=MadsKristensen.BundlerMinifier
Is that not handled by "gulp" ?