Turnkey local development tips
(Adding message template to the top of the page)
(Replacing message template with parser tag)
 
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Running the local core Turnkey app is a great way to shorten the development loop.
Running the local core Turnkey app is a great way to shorten the development loop.



Latest revision as of 07:58, 17 June 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 95 days ago on 06/17/2024. What links here