Questions tagged [vulcanize]

25 questions
0
votes
1 answer

Error building polymer project with google-signin

Frankly, I'm not sure how to reproduce this error. What I know is that somewhere in the build, I get the following message: debug: accept: ../../../../../../bower_components/google-signin/google-signin.css error: Promise rejection: Error: file…
hxtk
  • 325
  • 1
  • 9
0
votes
1 answer

Decrease load time of an Polymer 1.X app

I have a Polymer application, and I would like to find the easiest possible path to decrease load times. The app is online (although it's TOTALLY unfinished): http://www.entertainers.biz/ At the moment, load times are geological. I tried polymer…
Merc
  • 16,277
  • 18
  • 79
  • 122
0
votes
0 answers

Firefox not loading polymer vulcanized files

I know firefox doesnt support HTML link import , but it was supossed to work If I included the webcomponents library. Either way , its not working , firefox doesnt throw any errors but It refuses to load any file inside the vulcanized html file …
user3273280
0
votes
1 answer

Vulcanize produces repeated scripts

I have created two Polymer custom elements. Both of them uses moment.js. So I have referenced it in both the elements, like: I use vulcanize to produce a single import file…
Abhijeet Kumar
  • 133
  • 1
  • 6
0
votes
1 answer

gulp crisper breaking on JS error

I use vulcanize with gulp to extract js from html files when writing polymer elements. If there is an error within the js, however, vulcanize won't complete and it breaks the build process. My understanding was that vulcanize simply moved everything…
Brad Woods
  • 1,507
  • 2
  • 12
  • 30
0
votes
1 answer

Vulcanize - where is polymer.js getting imported from?

I have a imports.html page below that I am vulcanizing. What is strange is....normally in my index.html I have ....which is not in imports.html. But when I vulcanize imports.html,…
dman
  • 10,406
  • 18
  • 102
  • 201
0
votes
2 answers

polymer vulcanize keep external links

I am using Polymer to build widget in my web app, since I need my web app works with Mozilla and IE I need vulcanize my widget/custom-tags in single file .html, then the polymer frameworks will be include in my file .html. That's fine if I have…
0
votes
1 answer

How to properly use gulp-vulcanize

I can't use gulp-vulcanize in my side project. I've followed the example but nothing seems to happen, there are also no errors in the console. Here is my folder structure: build/   - html/   - css/   - js/ source/   - html/   - css/   - js/…
CRIS
  • 335
  • 3
  • 17
0
votes
0 answers

Vulcanize and html

I have a file (index.html) in my app/ folder in a project. It contains a tag as well as some imports from app/bower_components/. As part of my distribution process, I use Gulp to move the code from app/ to dist/, and then run…
RedBassett
  • 3,469
  • 3
  • 32
  • 56
0
votes
1 answer

Vulcanized Polymer app looks weird after compiling with Crosswalk

I have a simple Polymer HTML app that I want to compile into a apk using the Cordova Crosswalk project. The app is fully functional when running on a webserver. It also works as expected after being vulcanized. But after using Crosswalk to make the…
Edalol
  • 165
  • 1
  • 1
  • 11
1
2