Closed janwirth closed 8 years ago
Tests are running
bump @ivankravchenko http://pug2php.netlify.com/
Hi @FranzSkuffka!
It's probably fine, but why would you need to inline require
s?
Using browserify I had to make the require calls lazier as they invoke fs.readFileSync
and the fs
object is not available in the browser environment. The solution in this PR is not that good because we have some redundancy now. As you are familiar with the architecture, which approach do you suggest?
:+1:
@ivankravchenko I had to inline these calls for the online demo I created today. Is this fine?