Create a revved file path
Install
$ npm install --save parsec-rev-path
Usage
var revPath = ;var hash = 'bb9d8fe615' var path = ;//=> 'src/unicorn.png?v=bb9d8fe615' ;//=> 'src/unicorn.png?v=1432309925925' // you can also revert an already hashed pathrevPath;//=> 'src/unicorn.png'
License
MIT © Yanghc