You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tasks/gulp/compile-assets.js to replace the non-IE8 compile Gulp tasks with our own compile scripts. Updating the IE8 tasks depends on us removing that browser support, so has been separated into its own issue (#2713).
Currently, the scss:compile and js:compile tasks are building both app and dist files, depending on a flag. The pipelines for these files are similar, but not identical, and completely different files are built depending on the flag. We should split this work out and simplify this pipeline.
What
Update
tasks/gulp/compile-assets.js
to replace the non-IE8 compile Gulp tasks with our own compile scripts. Updating the IE8 tasks depends on us removing that browser support, so has been separated into its own issue (#2713).Currently, the
scss:compile
andjs:compile
tasks are building both app and dist files, depending on a flag. The pipelines for these files are similar, but not identical, and completely different files are built depending on the flag. We should split this work out and simplify this pipeline.Why
We have made the decision to move away from Gulp and write our own build scripts.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
taskArguments.destination
oldie
is a blocker on a lot of these)tasks/gulp
totasks
The text was updated successfully, but these errors were encountered: