Combine .js and .css into one folder, make per-website stuff into folders to allow bundling of themes
Title says almost all - I want to set up things like ~/.firefox/facebook.com/ with the folder containing a main.js and a main.css etc for easy and convenient theme bundling. I know this is a little beyond the initial scope of the extension, but the recent addition of css made things a little unwieldy if you're trying to tie stuff together.
Per-site folders is a good idea, I'll try to add it.
Cool!
...Also, a way to store images in the folder, and reference them in the css would be nice :3
heh, that might be a little harder :-P
I'll see...
Also useful if you want to keep multiple .js files separated by functionality.
hmmm, so it would just load in all .js and .css files it finds in the folder? What about the order to load them in?
Alphabetical order sounds good enough. You can always prefix the file names ... 01-something.js, 02-something-else.js ...
I would like to work on this. Can someone point in the right direction?