bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

fix misused method #200

Closed orangetw closed 6 years ago

orangetw commented 6 years ago

QUOTED_FILE_SEPARATOR is a regex pattern. But replace only works for String. replaceAll is the right.