Konstantin Raev
Konstantin Raev
Yeah, might be useful, please send a PR. I haven't been using Azure for a while, new features are usually coming from contributors
Nice feature. Feel free to send a PR, I don't actively use Azure at this moment
I suppose something does not get passed from the gulp plugin into deploy-azure-cdn. I would recommend adding console.log statements and checking if this is true. This project is just a...
Strange, try with --verbose flag
You need to change `cwd` parameter on the third line. Make it `cwd: 'assets/dist'`
No worries, I'll help you out. The way it resolves the path is done at node_modules/gulp-deploy-azure-cdn/node_modules/deploy-azure-cdn/src/deploy-task.js line 180-181. Add a this code: ``` console.log(relativePath, destFileName) ``` To line 182 and...
I just noticed that folder name is `asserts`, not `assets`. Did you try `cwd: 'asserts/dist'`?
I expect relativePath to be `all.js` if cwd is correct
Could you add another console.log at line 183, please. ``` console.log(file.cwd, file.path) ```
Ok, so it is Windows, I haven't tested on it. Looks like CWD parameter replaced with your current directory. I wonder if you play with CWD parameter a bit, how...