Sprite CSS generation during gradle build process?

I recently read an article on Javascript that mentions Build tools like Grunt and Ender. It was briefly indicated that such tools are capable of generating sprite images from individually provided files and that these building tools can be integrated into the build process.

Unfortunately, my Google searches did not provide more information about this. Does anyone have experience on this topic and integration into gradle? Some web resources for further reading are very welcome!

Thank you very much in advance! Sascha.

+5
source share
2 answers

@Windwalker SmartSprites Maven Repositry gradle. , CSS.

: http://mvnrepository.com/artifact/com.carrotsearch/smartsprites/0.2.8

, gradle:

'com.carrotsearch:smartsprites:0.2.8'

- Smart Sprite [http://csssprites.org/] :

SmartSprites CSS . SmartSprites , CSS, , . CSS ,

, .

+1
http://csssprites.com/
http://spritegen.website-performance.org/
http://css-sprit.es/

-, CSS-.

0

All Articles