Page MenuHomeDevCentral

Don't delete dist folder to preserve a potential symlink
ClosedPublic

Authored by dereckson on Mar 3 2018, 02:09.
Tags
None
Referenced Files
F3784282: D1392.diff
Tue, Nov 26, 05:28
Unknown Object (File)
Sun, Nov 24, 23:19
Unknown Object (File)
Sat, Nov 23, 07:44
Unknown Object (File)
Thu, Nov 21, 08:46
Unknown Object (File)
Tue, Nov 12, 22:00
Unknown Object (File)
Mon, Nov 11, 21:22
Unknown Object (File)
Mon, Nov 11, 19:10
Unknown Object (File)
Sun, Nov 10, 13:03
Subscribers
None

Details

Summary

Ysul is configured (see D1391) to serve /var/51-wwwroot/rain
as https//rain51.nasqueron.org.

To serve there the development version, the dist/ folder must
be a symlink to this rain51 folder.

But currently, npm start deletes the symlink to recreate a 'dist' folder.
If gump deletes only the content of the dist, symlink is kept and
development version is still served.

Test Plan

Diff Detail

Repository
rRAIN Rain ambiant screen
Lint
Lint Passed
Unit
No Test Coverage
Branch
keep-dist-symlink (branched from master)
Build Status
Buildable 2182
Build 2430: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 3 2018, 02:09
This revision was automatically updated to reflect the committed changes.