Closed rgbkrk closed 9 years ago
This fixes up the gulp process in creating the transpiled and uglified web component. Because of an issue with vulcanize + gulp, this doesn't bundle everything into one HTML file/component. It still gets used with an import:
<link rel="import" href="dist/jupyter-display-area.local.html">
But it could just be an import from src:
src
<link rel="import" href="src/jupyter-display-area.html">
This fixes up the gulp process in creating the transpiled and uglified web component. Because of an issue with vulcanize + gulp, this doesn't bundle everything into one HTML file/component. It still gets used with an import:
But it could just be an import from
src
: