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

Use the require system instead of copy/pasting the generated runtime. #3

Closed
wants to merge 1 commit into from

Commits on Oct 28, 2013

  1. Use the require system instead of copy/pasting the generated runtime.

    The package now depends on Handlebars and requires the needed parts for the runtime only, producing the generated runtime at runtime.
    
    This way, both browserify (and similar tools!) and the handlebars-runtime package can use the same Handlebar installation, avoiding potential version conflicts.
    Valerio Proietti committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    f263874 View commit details
    Browse the repository at this point in the history