wwwy3y3 / coren

React offline server-rendered framework
Apache License 2.0
103 stars 2 forks source link

script collector #2

Open chilijung opened 7 years ago

chilijung commented 7 years ago

insert script tag collector

wwwy3y3 commented 7 years ago

https://github.com/Canner/coren/commit/62cebbfc60c452590576f620bc3e0bbc00eab2fd

chilijung commented 7 years ago

@wwwy3y3 script collection and style collection need to support internal script inside HTML, not only external scripts

<script>
// put code here
</script>