Warning: Object has no method 'isAbsolute'
taunoha opened this issue · 1 comments
taunoha commented
I'm getting this warning:
Running "svg_sprite:basic" (svg_sprite) task
Warning: Object #<Object> has no method 'isAbsolute' Use --force to continue.
Config:
basic: {
expand: false,
src: ['assets/src/gfx/icons/*.svg'],
dest: ''
}
Am I missing something?