api-elements.js icon indicating copy to clipboard operation
api-elements.js copied to clipboard

Build a single web file out of everything

Open pksunkara opened this issue 6 years ago • 3 comments

pksunkara avatar Nov 28 '18 04:11 pksunkara

Note for later, the following behaviour was removed:

https://github.com/apiaryio/api-elements.js/pull/22/commits/730b7107eb84ea7d913b52c9151df8b6d0af9ce2#diff-698f62fad73a328687b272f66499513cL34

kylef avatar Nov 29 '18 19:11 kylef

To be able to add/remove the ADD type support from an application I would expect to get separate parsers in separate bundles. Like for example:

fury.min.js
fury-adapter-apib-parser.min.js
...

opichals avatar Dec 12 '18 06:12 opichals

@opichals Yup that is intended, I think Pavan's wording here was incorrect in the title. Each package should include a browser bundle. Especially for those who don't even deal with parsing but need just the core Minim elements.

kylef avatar Dec 12 '18 18:12 kylef