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
F3688816: D1392.id3551.diff
Thu, Oct 24, 02:22
F3688796: D1392.id3550.diff
Thu, Oct 24, 02:16
F3688703: D1392.diff
Thu, Oct 24, 00:31
Unknown Object (File)
Wed, Oct 23, 00:00
Unknown Object (File)
Tue, Oct 22, 03:54
Unknown Object (File)
Tue, Oct 22, 03:22
Unknown Object (File)
Mon, Oct 21, 02:55
Unknown Object (File)
Fri, Oct 18, 21:45
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.