h

Results 5 comments of h

Nothing unexpected actually. It shows the thing it does wrong correctly. ``` Initializing Command-line options: --verbose Reading "Gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. Reading package.json...OK Parsing package.json...OK Initializing config...OK Registering "grunt-contrib-copy"...

Well, it is necessary to have the destination path created if it is missing unless I'm mistaken. Curiously, omitting it at least helps grunt display what it _should_ be doing...

@shaunwarman, the issue is that the hostname is dynamically inferred from the `Host:` header (at runtime), but lusca wants a hard-coded header, so basically I have to send the CSP...

PR https://github.com/softlayer/softlayer-object-storage-php/pull/29