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
There are 2 minified versions of respec.js for 3.x and for 4.x versions. These files exists in the gh-pages:
/js/respec-oai.js
/js/respec-arrazzo.js
These files are basically unmaintainable and should instead try to store a human-readable version of it.
Proposed solution
There is a respec-oai.build.js.map which might help us decouple the minified version respec-oai.js.
After we succeed in decoupling the file and keep only the source code in our repo, we need to add a build step in our deploy process so we can push the minified version again.
Alternative Proposal
Do not use a modified fork of ReSpec, instead use the unmodified original, see #3944.
The text was updated successfully, but these errors were encountered:
Problem
There are 2 minified versions of
respec.js
for 3.x and for 4.x versions. These files exists in thegh-pages
:/js/respec-oai.js
/js/respec-arrazzo.js
These files are basically unmaintainable and should instead try to store a human-readable version of it.
Proposed solution
There is a
respec-oai.build.js.map
which might help us decouple the minified versionrespec-oai.js
.After we succeed in decoupling the file and keep only the source code in our repo, we need to add a build step in our deploy process so we can push the minified version again.
Alternative Proposal
Do not use a modified fork of ReSpec, instead use the unmodified original, see #3944.
The text was updated successfully, but these errors were encountered: