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
F6791153: D1392.diff
Thu, Apr 10, 06:45
F6788347: D1392.id.diff
Wed, Apr 9, 21:17
Unknown Object (File)
Sun, Apr 6, 00:28
Unknown Object (File)
Thu, Mar 27, 10:30
Unknown Object (File)
Wed, Mar 26, 23:14
Unknown Object (File)
Wed, Mar 26, 07:23
Unknown Object (File)
Tue, Mar 25, 10:40
Unknown Object (File)
Tue, Mar 25, 08:55
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.