phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

recognize .map files #15

Closed iMattPro closed 10 years ago

iMattPro commented 10 years ago

It's become common these days to see a .map file accompany minified javascript, e.g.: script.js script.min.js script.min.map

It might be worth recognizing the .map files so they don't trigger any warnings about being treated as a binary file.