V2. Keep old bootstrap 3 view files included in separate folder, add mailViewsPath #538
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NB! this is MR to v2
Related to #488
We have not moved on in the plan for moving on with v2, I picked up this again, Bootstrap3 is not getting any fresher :)
Changes in this PR:
Initially the plan was to have the old BS3 views in some separate repo, but it seems reasonable for easier transition to keep the old view files still included here.
I have split the views into two separate folders, one containing Bootstrap 5 (new) and Other containing Bootstrap 3 (old).
I have copied the BS3 files from the latest master branch.
Having the v1 views now in a different folder will create a problem for merges from master in view files, but it still kind of seems a clear way of distinguishing the versions.
Any thoughts whether this seems like a reasonable way to go forward or not are highly welcome.
NB! The view files of BS5 are not polished and need probably adjusting, but we need to get going on that path to go further.