vanjacosic / gulp-asset-manifest

gulp plugin for adding generated assets to a manifest file
MIT License
7 stars 4 forks source link

Feat: Specify path separator via options #2

Closed dan-turner closed 10 years ago

dan-turner commented 10 years ago

Using this tool on windows, currently the manifest contains MSDOS file paths with backslashes. Ultimately I'm wanting to use this manifest file to drive script includes in my web app, so I need the path to be a relative HTTP URL, i.e. forward slashes. Therefore I would like to ability to pass in a specific path separator to be used in the manifest.

vanjacosic commented 10 years ago

@dan-turner

Makes sense, hadn't thought about that usecase.

Thanks for bringing it up and contributing a feature for it, much appreciated! :)

Merging PR.