gunta / grunt-manifest

Generates HTML5 Cache Manifest files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepending slash

Haemp opened this issue · comments

Is there a way to prepend a slash to all the file paths?

Currently:

app/file/path

I'd like it to be

/app/file/path

@tdekoning I have a solution for this at https://github.com/Haemp/grunt-manifest/

Currently it works but I haven't gotten the tests in place for it yet so no PR.