ft/assetsSymLink.bat
2017-06-09 09:09:06 +01:00

9 lines
505 B
Batchfile

REM Symbolic links solution for web-platform/pattern-lab integration in the same branch
REM To create symbolic links as non admin:
REM 1. Bring up your run box, type “secpol.msc” and click OK.
REM 2. Navigate under the Security Settings \ Local Policies \ User Rights Assignment folder.
REM 3. Find “Create symbolic links” and add the Users group to it.
REM 4. Restart system.
mklink /D assets ..\pattern-library\public\assets
mklink /D ..\pattern-library\public\data ..\..\web-platform\test\data