grunt-spritesmith
Version:
Grunt task for converting a set of images into a spritesheet and corresponding CSS variables.
18 lines (15 loc) • 328 B
YAML
language: node_js
sudo: false
node_js:
- "16"
- "14"
- "12"
before_install:
# Upgrade npm to avoid semver issues
- curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
notifications:
email:
recipients:
- todd@twolfson.com
on_success: change
on_failure: change