From this link (http://docs.meteor.com/#structuringyourapp) the client/compatibility
directory is the place to directly put client files that aren't smart packages in Meteor.
However, does Meteor still minify the files in this directory in production? i.e., should I put pre-minified or just non-minified libraries in that directory for my application?