Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I've got my drupal site set up so that all newly uploaded files are automatically stored on my CDN (Rackspace Cloud Files).

The only thing I need moved over is drupal's core css and js (along with the css and js for all of the installed modules).

I've been reading over the CDN module and the FileConveyor daemon, but it seems like a lot of overkill. I don't need a daemon that watches for new files and transports them over to CloudFiles. I really just need a one-time deal.

Is there an easier way?

share|improve this question

1 Answer

up vote 1 down vote accepted

My "easier way" was simply to copy all of the core css and js as well as the all of the modules css and js up into my CloudFiles container and then configure the CDN module to automatically rewrite the URLs of any .css or .js file.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.