I have this gulpfile.js https://gist.github.com/kristapsveveris/c25ba60984d8f3602d68
When I run gulp task, the result is :
(source: maxtraffic.com)
rev-manifest.json contains :
{
"assets/js/all.js": "assets/js/all-d764f790.js",
"assets/css/all.css": "assets/css/all-189848ae.css",
"assets/css/serve-desktop.css": "assets/css/serve-desktop-037f21da.css",
"assets/css/serve-mobile.css": "assets/css/serve-mobile-b0a650b6.css"
}
So the problem is that versioning doesn't create 'campaign.js' and 'serve.js' only their .map files
And if I run :
gulp --production && gulp version --production
All versioning file are created
I'm running gulp tasks from windows