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

Does not work with html.erb #35

Open
mmahalwy opened this issue Apr 29, 2015 · 3 comments
Open

Does not work with html.erb #35

mmahalwy opened this issue Apr 29, 2015 · 3 comments

Comments

@mmahalwy
Copy link

This won't work for html.erb?

index.html.erb

@shotokai
Copy link

had the same issue with another template language. When you reference gulp-rev-replace, pass in an object with a key 'replaceInExtensions' and value of the .erb file suffix, or an array of multiple extensions, e.g.:

.pipe(revReplace({replaceInExtensions: ['.erb', '.html.erb']}))

@koshitang
Copy link

I had the same issue with another template language e.g. .cshtml file suffix.when file with chinese,the file garbled.I try to use the key 'replaceInExtensions',but it not work.how can i do?

@mmahalwy
Copy link
Author

@shotokai would be best to answer this. I personally stopped using gulp in favor of webpack and haven't visited this since my previous job :( sorry @koshitang

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

3 participants