abcdef
25 Aug 2011, 12:57 PM
I did as told in the Theming guide.
I am using compass to do the following in resources/sass/<a file>:
@include background(image-url("blah.png"));
Compass compiles correctly.
But the browser tries to find the image in <domain>.com/images, and so it doesn't find it there. The 'images' folder is relative to the 'app' folder, which is somewhere else on disk (finds it using a virtual host config)
How can I configure the path of the images correctly, so it pulls all the images from resources/images/appname/ (I have all of Ext's images inside of resources/images/)
Please help!
Thanks!
I am using compass to do the following in resources/sass/<a file>:
@include background(image-url("blah.png"));
Compass compiles correctly.
But the browser tries to find the image in <domain>.com/images, and so it doesn't find it there. The 'images' folder is relative to the 'app' folder, which is somewhere else on disk (finds it using a virtual host config)
How can I configure the path of the images correctly, so it pulls all the images from resources/images/appname/ (I have all of Ext's images inside of resources/images/)
Please help!
Thanks!