google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm package is broken

alexeagle opened this issue · comments

https://unpkg.com/browse/google-closure-templates@20190311.0.7/ shows the package contains three files. The .jar files are not present but the index.js tries to execute them:

require.resolve('./soy_to_js_src_compiler.jar')

seems like this is a dupe of #176 which was closed without explanation

@alexeagle related issue: #69

commented

A year later and no update? Someone at google is dropping the ball really hard.

Need to include jar files with the npm package.

I think you'll just have to go back to the prior version for now, which did include the .jar files.

@iteriani are you still active on the project?