benschwarz / sublime-bower

Install Bower packages from within Sublime
MIT License
226 stars 12 forks source link

"bower install" should look at bower.json first #32

Open raphaelgoetter opened 10 years ago

raphaelgoetter commented 10 years ago

Hello,

My project has a bower.json config file witch contains some dependencies :

{
    "name": "projet",
    "dependencies": {
        "knacss": "latest",
        "html5shiv": "latest",
        "box-sizing-polyfill": "latest"
    }
}

When I call the "bower install" link in ST3, I would have liked it automatically loads the contents of my bower.json. Instead, the plugin always shows me the complete list of dependencies of bower.

Can this be modified ?

benschwarz commented 10 years ago

This isn't really within the scope of the sublime plugin… at least as far as I'm concerned. Also, I believe the same sentiments shared on the bower update thread.