tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
127 stars 29 forks source link

No need to have a separate .css and .js files #2

Closed littledan closed 6 years ago

littledan commented 6 years ago

New versions of ecmarkup will build these into the same single HTML output file, since the separate files proved hard to maintain, resulting in many broken spec documents. You just don't need these files at all.

ljharb commented 6 years ago

Interesting; this is a bug to me: https://github.com/bterlson/ecmarkup/issues/119

It's fine if omitting --js or --css causes them to be inlined, but when supplied they should be not inlined.

It does seem simpler tho to avoid the separate files; I'll update the template to address that.

littledan commented 6 years ago

Thanks for the fix.