Giter VIP home page Giter VIP logo

Comments (7)

timelyportfolio avatar timelyportfolio commented on September 4, 2024

I very much like it even though there is a dependency on node. But still that dependency can be ignored by the package creator with no desire to learn bower or install node.

This is incredibly useful in package creation and also maintenance. I would be a big user. This prevents duplication of effort with the js community.

from htmlwidgets.

ramnathv avatar ramnathv commented on September 4, 2024

@timelyportfolio That is the central idea. Provide a utility function that authors can choose to use, but nothing prevents them from creating the YAML file manually. Taking the idea one step further, one could use a script like this to download dependencies and create the YAML in one go.

dir.create('htmlwidgets')
setwd('htmlwidgets')
system('bower install morris.js')
yaml = create_config_yaml('bower_components')
writeLines(yaml, 'morris.yaml')

from htmlwidgets.

jjallaire avatar jjallaire commented on September 4, 2024

I think having utility functions like this within htmlwidgets definitely makes sense so long as they don't drag in additional dependencies.

from htmlwidgets.

ramnathv avatar ramnathv commented on September 4, 2024

@jjallaire This one doesn't add more dependencies, since we already import RJSONIO and yaml.

from htmlwidgets.

jjallaire avatar jjallaire commented on September 4, 2024

Okay, then I'm all for it!

On Thu, Aug 7, 2014 at 10:23 AM, Ramnath Vaidyanathan <
[email protected]> wrote:

@jjallaire https://github.com/jjallaire This one doesn't add more
dependencies, since we already import RJSONIO and yaml.


Reply to this email directly or view it on GitHub
#14 (comment).

from htmlwidgets.

timelyportfolio avatar timelyportfolio commented on September 4, 2024

Slightly off topic, but I could envision a future with htmlwidgets that have no UI and simply inject dependencies for use on the js side. This bower auto feature would be immensely helpful there also.

from htmlwidgets.

ramnathv avatar ramnathv commented on September 4, 2024

This feature has already been added to htmlwidgets.

from htmlwidgets.

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.