jamesknelson / gulp-rev-replace

Rewrite occurences of filenames which have been renamed by gulp-rev
MIT License
389 stars 62 forks source link

replaceInExtensions can be set by options #9

Closed simonihmig closed 10 years ago

simonihmig commented 10 years ago

The file extensions the plugin operates upon, which have been previously hard coded, can be overriden in the options object, to allow extensions other than .html (e.g. .php, .phtml etc.)

jamesknelson commented 10 years ago

Thanks Simon, this is definitely a good idea.