Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding # css file ends up with duplicate .css extensions #159

Closed
gregglind opened this issue May 5, 2013 · 2 comments
Closed

Adding # css file ends up with duplicate .css extensions #159

gregglind opened this issue May 5, 2013 · 2 comments
Milestone

Comments

@gregglind
Copy link

My desired outcome:

  • replace all my various Makefile curl calls with volo :) (is this reasonable?)

My blocker:

  • some assets are css files I want
  • some are directories
  • some are single (built) js files.
  • some are packages. (VOLO IS AWEOME)

In particular,

given this tree:

  • .
    • css
    • js

I can't figure out how to get this to do the "Right thing"

volo install twitter/bootstrap#docs/assets/css/bootstrap.css   css/boostrap.css

In particular, there is a lot of magic (that seems hard to diagnose -vv option wanted) about the from and where of files :)

@gregglind
Copy link
Author

More specifics:

  "volo": {
    "dependencies": {
      "lib/user-actions": "github:gregglind/heatmap/dev#lib",
      "data/user-actions": "github:gregglind/heatmap/dev#data"
    }
  }
  1. I expect this to literally put the contents of #lib and #data at those (uncreated) folders.
  2. I have no idea of how to 're-call' this. If I do install -f it rewrite the package.json

Clearly I am not grokking the idioms and magic here :)

@jrburke
Copy link
Member

jrburke commented May 14, 2013

I just tried this, and I notice in this particular case is the package.json:
https://github.com/gregglind/heatmap/blob/dev/package.json

it lists some dependencies, which may the source of the confusion -- the package.json dependencies are installed even when #dev sub-parts are installed. Does that explain what was not expected?

For the bootstrap example, it looks like it works, but names the file boostrap.css.css. So that extra .css is definitely a bug and will fix that for the next release.

@jrburke jrburke closed this as completed in c980dd3 Jun 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants