Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

--bundle fails #2356

Open vieiro opened 7 years ago

vieiro commented 7 years ago

Description

Following the tutorial for version 2 (at https://www.polymer-project.org/2.0/docs/tools/polymer-cli) , polymer build --bundle seems to work correctly, but the served files do not work.

Versions & Environment

polymer --version 0.18.0-pre.13 node --version v7.7.1 npm --version 4.1.2 uname -a Linux X 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 GNU/Linux firefox 45.7.0

Steps to Reproduce

mkdir test4 cd test4 polymer init polymer-2-application polymer build --bundle polymer serve build/default

(opens browser at http://localhost:8081)

Expected Results

The application runs

Actual Results

The application does not run

(It seems the "script" variable is "null" in some script, see the debugger screenshot)

polymer

FredKSchott commented 7 years ago

/cc @usergenic mind taking a look?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.