canjs / bit-docs-html-canjs

The plugins to produce CanJS.com
https://www.npmjs.com/package/bit-docs-html-canjs
MIT License
7 stars 0 forks source link

Handle inline scripts ajax #563

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

This fixes https://github.com/canjs/canjs/issues/5115

The logic behind this fix is to read the script tags with steal-module type and define a module on the fly using steal.

This is needed for the Counter demo essentially.