stereobooster / jekyll-press

🚨 [deprecated] Minifier plugin for jekyll. Minifies all html, js, css files. Simple just drop it in solution. No Java required
MIT License
148 stars 13 forks source link

Ignore by file path, not just file name. #16

Closed davidwparker closed 7 years ago

davidwparker commented 11 years ago

I have full javascript files in specific folders that I would like to ignore. I tried to have excludes be folder and several other things following http://www.ruby-doc.org/core-2.0/File.html#method-c-fnmatch

This worked in irb (my result was true) but then it failed in the gem. My only guess is that it's just using the filename to compare, and not the entire file path.

Thanks.

earaujoassis commented 9 years ago

+1

stereobooster commented 7 years ago

project is deprecated https://github.com/stereobooster/jekyll-press/issues/35