rlr / dotjs-addon

[unmaintained] ~/.js for Firefox
BSD 3-Clause "New" or "Revised" License
144 stars 17 forks source link

Combine .js and .css into one folder, make per-website stuff into folders to allow bundling of themes #7

Open brumm opened 13 years ago

brumm commented 13 years ago

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.

rlr commented 13 years ago

Per-site folders is a good idea, I'll try to add it.

brumm commented 13 years ago

Cool!

...Also, a way to store images in the folder, and reference them in the css would be nice :3

rlr commented 13 years ago

heh, that might be a little harder :-P

I'll see...

clneagu commented 12 years ago

Also useful if you want to keep multiple .js files separated by functionality.

rlr commented 12 years ago

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?

clneagu commented 12 years ago

Alphabetical order sounds good enough. You can always prefix the file names ... 01-something.js, 02-something-else.js ...

dufferzafar commented 9 years ago

I would like to work on this. Can someone point in the right direction?