lautis / uglifier

Ruby wrapper for UglifyJS JavaScript compressor.
http://www.rubydoc.info/gems/uglifier
MIT License
613 stars 82 forks source link

What is the .document file? #94

Closed junaruga closed 8 years ago

junaruga commented 8 years ago

I found .document file is included in the gem file. Could you tell what it is?

lautis commented 8 years ago

It's created by Jeweler. On the top of my head, I think it's used by rdoc to determine which files to include in the documentation. That said, spec.extra_rdoc_files in uglifier.gemspec should also do the trick.

junaruga commented 8 years ago

@lautis okay, thanks for the explanation!