iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 552 forks source link

CSS files in plugins folder #143

Closed Fragger closed 11 years ago

Fragger commented 11 years ago

Should those be there for the plugins, in a subfolder, or where the rest of the externals are?

jonatkins commented 11 years ago

It's fine as it is.

Externals is for 3rd party scripts and similar.

The main IITC style is in the root project folder.

Fragger commented 11 years ago

I'm just asking because some plugins have it externals and there are the some in the plugins folder, its not all the same.

jonatkins commented 11 years ago

Some plugins use 3rd party bits (eg leaflet.draw for the draw tools plugin). These ate from elsewhere and weren't written for IITC, so live in externals.

Other plugins have a separate CSS file written for them. This lives with the plugin.

If a plugin used many external files a sub folder within plugins would make sense. But for one or two there's no need.