Code Monkey home page Code Monkey logo

Comments (5)

mbostock avatar mbostock commented on May 1, 2024

This project already includes a transpiled UMD bundle for non-ES6 environments. As described in the README you can download the UMD bundle as an attached zipfile on the releases page, using npm install d3-color, from https://npmcdn.com/d3-color/ (look in build/) or from d3js.org as linked from the README.

from d3-color.

jay8t6 avatar jay8t6 commented on May 1, 2024

we are using bower to install our project dependencies, thats why I wanted to know if its possible to download the transpiled version via bower. It would be perfect if that build folder is available in this repo. Any reason why its not included?

from d3-color.

mvolkmann avatar mvolkmann commented on May 1, 2024

Yes, it would be great if a transpiled version was available via bower so I could easily use it in a Polymer project.

from d3-color.

mbostock avatar mbostock commented on May 1, 2024

The reason I don’t store generated files in git repositories is that it is incredibly inconvenient for development. This is a serious design limitation of Bower and why I’ve needed to create dedicated secondary git repositories to support d3 and topojson (see https://github.com/mbostock-bower). However there’s no way I’m doing that for all the new D3 repositories.

I believe Bower can install from npm or from a URL, so use that. Or use curl and download it from https://npmcdn.com/d3-color/build/. If that doesn’t work, you could try petitioning the Bower maintainers; I am no longer supporting any publishing systems beyond npm and GitHub releases.

from d3-color.

jay8t6 avatar jay8t6 commented on May 1, 2024

Makes sense. Thanks! It looks like bower does install from external urls.

from d3-color.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.