Hie folks,
I am a newbie in Drupal's use (a few months experience) and I don't understand it all so far....
I encountered a problem with my own CSS which I would like to stock on the first level of my website in a directory called css. When desactivating a module, Drupal's core tries to delete my files (see screenshot) and I don't know why and how I could overcome this problem. I fear that Drupal core may try to delete some other files which don't belong to it....
Any suggestion ?
Thks
Cheerio
| Comment | File | Size | Author |
|---|---|---|---|
| report_bug_css.PNG | 14.51 KB | chdom |
Comments
Comment #1
killes@www.drop.org commentedMoving
Comment #2
tostinni commentedI think this is by-design, if you store some files under
files/css, and you use CSS preprocessor, wheh installing/uninstalling new modules, Drupal will whipe what's inside this folder...So you should store your CSS outside this folder.