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

CommentFileSizeAuthor
report_bug_css.PNG14.51 KBchdom

Comments

killes@www.drop.org’s picture

Project: Drupal.org infrastructure » Drupal core
Version: » 5.1
Component: Drupal.org module » theme system

Moving

tostinni’s picture

Status: Active » Closed (works as designed)

I 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.