compass/test/fixtures/stylesheets/relative/css/screen.css

2 lines
173 B
CSS
Raw Normal View History

test { background: url('../assets/images/testing.png?<%= File.mtime(File.join(Compass.configuration.project_path, 'assets', 'images', 'testing.png')).strftime("%s") %>'); }