browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
637 stars 96 forks source link

POST to /multi does not support --full-paths option #125

Closed ArtskydJ closed 8 years ago

ArtskydJ commented 8 years ago

It would be nice if I could POST this:

{
    "options": {
        "fullPaths": true
    },
    "dependencies": { ... }
}

and it would work.