hasharray / liveflow.js

Live Editing for Node.js and Browsers
https://liveflow.js.org
15 stars 2 forks source link

Preprocessors #28

Open caspervonb opened 7 years ago

caspervonb commented 7 years ago

Currently, no 'browser based' preprocessors are supported, it's fairly trivial to add but I'm not sure If i want to, or even should do it.

By browser based preprocessors I mean scripts that have a custom type like text/babel

<script type="text/babel">
// ...
</script>

Its beneficial for demo page(s), but thats about it as normally one would be better off doing babel --watch or the equivalent.