Jp_
Jp_

Reputation: 6183

Missing <component>.html_script_0.js files in Polymer build using the CLI tool

I'm having problems running the polymer build command of the polymer CLI, it gives me the following feedback:

windows cmd showing error message while looking for index.html

and neither of my built folders (bundled or unbundled) have the javascript files. The build process places <script> tag with the src of a javascript file in the place of my javascript code, but this files are not being generated.

chrome developer tool showing .js files missing

I don't know if both errors are related, but I don't know what can I do to generate the <component>.html_script_0.js files.

Upvotes: 2

Views: 208

Answers (1)

Alan D&#225;valos
Alan D&#225;valos

Reputation: 2698

I had this same problem and saw that there were several issues reporting it.

It seems a fix has been already merged and is part of v0.9.0 but I'm not completely sure if the fix is up on npm just yet.

Upvotes: 1

Related Questions