fixed missing change to mixin
This commit is contained in:
parent
150fb3fdbc
commit
d18254b61d
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ function sprites () {
|
||||||
.pipe(dest(output.art));
|
.pipe(dest(output.art));
|
||||||
|
|
||||||
var cssStream = sprites.css
|
var cssStream = sprites.css
|
||||||
.pipe(dest('source/style/hippie/mixins/'));
|
.pipe(dest('source/style/hippie-style/mixins/'));
|
||||||
|
|
||||||
return merge(imgStream, cssStream);
|
return merge(imgStream, cssStream);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue