Actions
Task #1735
closedGulp install make a loop on windows
Start date:
06/27/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Problem is in method "npm prune", that method does not remove symlinks on Windows.
Updated by Vít Švanda over 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
I add new method to Gulp file "removeSymlinks". That method is call during "gulp install" and remove czechidm modules from node_modules in app.
https://github.com/bcvsolutions/CzechIdMng/commit/595768ffb52ba83c94dd07e6041a1954758de3a2
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test, it's awesome, thx! Run gulp install repetitively works and updating new library is more comfortable now.
Actions