Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser specific build? #1

Open
danawoodman opened this issue Apr 13, 2016 · 1 comment
Open

Browser specific build? #1

danawoodman opened this issue Apr 13, 2016 · 1 comment

Comments

@danawoodman
Copy link

Would be great to have a browser specific bundle that does not use fs. Perhaps breaking them up into two sub-modules that can be independently used?

I'd like to use this on the browser for an app I'm building but currently cannot because of the dependency on fs

@Alex-Canales
Copy link

Maybe you should see how I used it for my interpolater.
I just use the function parse, no file reading. I just including parser.js and remove the nodejs module thing for a more common JavaScript one.

I hope it helped you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants