Reputation: 11
Currently using Wakanda 1.1.3 with a mostly Angular4 on client side, yet, a few prototype pages persist from our initial project. Provided we make the necessary file structure, module, login and syntax changes for v2, will Wakanda v2.4+ serve our older prototype pages?
If so, is there anything special or unique that we need to do to get a prototype page to load?
Upvotes: 0
Views: 68
Reputation: 478
You can save the WAF files (JS & CSS) generated by the v1.1.3 runtime for each prototype page.
waf~css
and waf~js
files.This should be enough to run on Wakanda v.2.6.0
Upvotes: 1