wiki-monkey
wiki-monkey copied to clipboard
Minify and merge all files into the user.js
Once #134 is implemented, WM can be released in a single user.js file with all the code merged and minified, for quicker installation. Installing additional plugins would still be as easy as pasting the code there or requiring their urls in the header like it's done now. Also consider the possibility of merging everything into a single file, but still keep it separate from the user.js and require it in the header. Leaving the plugins to be required one by one would make it easier to completely uninstall them.