Turnkey local development tips
Hans Karlsen (talk | contribs) (Created page with "Running the local core turnkey app is a great way to shorten the development loop. One issue is that you may not want to have your source code for scss, css and EXT_Component...") |
(Automatically adding template at the end of the page.) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Running the local core | Running the local core Turnkey app is a great way to shorten the development loop. | ||
One issue | One issue you may not want is having your source code for SCSS, CSS, and EXT_Components inside the Turnkey core file tree - but they must be found there by the web server. This can be addressed with the standard Windows function of symbolic links for directories or files: | ||
mklink /d C:\<turnkey core location>\EXT_Components\MoveAroundInGrid C:\<source code location>\EcoProject1_AssetsTK\EXT_Components\MoveAroundInGrid | mklink /d C:\<turnkey core location>\EXT_Components\MoveAroundInGrid C:\<source code location>\EcoProject1_AssetsTK\EXT_Components\MoveAroundInGrid | ||
To break a symbolic link | To break a symbolic link, call rd c:\<link to break> - Read the [https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink full documentation here]. | ||
[[Category:MDriven Turnkey]] | |||
{{Edited|July|12|2024}} |
Latest revision as of 15:48, 10 February 2024
Running the local core Turnkey app is a great way to shorten the development loop.
One issue you may not want is having your source code for SCSS, CSS, and EXT_Components inside the Turnkey core file tree - but they must be found there by the web server. This can be addressed with the standard Windows function of symbolic links for directories or files:
mklink /d C:\<turnkey core location>\EXT_Components\MoveAroundInGrid C:\<source code location>\EcoProject1_AssetsTK\EXT_Components\MoveAroundInGrid
To break a symbolic link, call rd c:\<link to break> - Read the full documentation here.
This page was edited more than 11 months ago on 02/10/2024. What links here