Skip to content
markstory edited this page Nov 5, 2011 · 4 revisions

My CSS images are busted when I use the build files.

This is often caused by having relative paths to images in your CSS. Either using an absolute path, or making it so your build file and source file have the same path structure can help.

How come my changes don't show up?

You might have build files lying around. Clearing these out with the Shell should remedy the problem.

I turned debug to 0 and now nothing works

When debug = 0, the plugin ignores request to generate assets. This is a security feature to prevent malicious users from using expensive resource processing as a way to cause a DOS attack. You can usse the Shell to generate build files at any time.

Clone this wiki locally