nteract / jupyter-display-area

:no_entry_sign: Prototype Web Component for Jupyter Display Areas
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Build fix #2

Closed rgbkrk closed 9 years ago

rgbkrk commented 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:

<link rel="import" href="src/jupyter-display-area.html">