scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Make sure module static files are included in distributions #181

Closed gazpachoking closed 7 years ago

gazpachoking commented 7 years ago

Static files in modules were not being selected by MANIFEST.in, this fixes that. It also greatly simplifies the manifest file, and includes all modules static and template files without having to explicitly add new ones. One change is that it will now include all files in the static directory, instead of just the individual css, js, vendor subdirs. Is that an issue? I'm thinking nothing should be put in the static folder that isn't meant to be a part of the dist.