This is mentioned in config.rb file
images_dir = "images"
I use 2 folder for images in my projects inside images folder
images
images/background/
images/content/
If any images is inside images/background/
folder then how i should add the path for image in css background
and Sass variables?
$header-img: "sass.gif";
and
background-image: url('sass.gif?1327592426');
And how to get rid of this auto generated ?1327592426
from each background image?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…