Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix icw dontRenameFile doesn't seem to work #174

Open
FedWiebe opened this issue May 9, 2017 · 0 comments
Open

Prefix icw dontRenameFile doesn't seem to work #174

FedWiebe opened this issue May 9, 2017 · 0 comments

Comments

@FedWiebe
Copy link

FedWiebe commented May 9, 2017

I want to prefix all my relative paths in an index.html file and I want to revision the filenames to those .js en .css files as well.
But I don't want to rename the index.html file itself.

With this RevAll statement, the prefix isn't working. When I remove index.html from the dontRenameFile array it works, however the index.html file is renamed.

.pipe(RevAll.revision({
            prefix: 'https://www.example.com/',
            dontRenameFile: ['index.html']
        }))

Bug or am I missing something?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant