Task #2622
closedFE: upgrade gulp - use version 4
100%
Related issues
Updated by Radek Tomiška about 4 years ago
- Related to Feature #2621: FE: Support images from custom module added
Updated by Radek Tomiška about 4 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška almost 4 years ago
- Status changed from In Progress to New
Updated by Radek Tomiška almost 4 years ago
- Category changed from Infrastructure to Architecture
Updated by Radek Tomiška almost 4 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška almost 4 years ago
- Status changed from In Progress to New
Updated by Radek Tomiška almost 4 years ago
- Target version changed from 10.8.0 to 11.0.0
Updated by Radek Tomiška over 3 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška over 3 years ago
- % Done changed from 0 to 50
Gulp is upgraded, remaining issues:
- linter dont work properly in other than app module
- tests don't work
- source code changes on locales are not watched properly
Updated by Radek Tomiška over 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 50 to 90
Frontend libraries are upgraded, Gulp 4 is used for build now. Production source codes are fully compatible, the only change is needed in linter configuration file (''.eslintrc'') for analyzing javascrict source codes in custom modules (but module can be build even without this change).
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/905e4c0835551ce746be8d65cbf06aa452b86033
Doc:
https://github.com/bcvsolutions/CzechIdMng/blob/develop/CHANGELOG.md#developer
Could you provide me a feedback, please?
Updated by Vít Švanda over 3 years ago
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and tested it. Works awesome. I'm glad for new gulp and for reduce vulnerabilities.
I had problems with linter in IDEA. I had to copied babel.config.json to every module. Now it works in IDEA properly. I modied changelog too.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/cef2ad111b99d7666f4db834eb9b4e1f28a1bd7e
Updated by Radek Tomiška over 3 years ago
- Status changed from Needs feedback to Resolved
Updated by Radek Tomiška over 3 years ago
- Status changed from Resolved to Closed
Updated by Radek Tomiška over 3 years ago
- Related to Feature #2059: Check maximum height and width uploaded profile picture added