Skip to content

Commit

Permalink
Re-path input as that was wrong too
Browse files Browse the repository at this point in the history
  • Loading branch information
tommypyatt committed Aug 10, 2017
1 parent 506490d commit a01f4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/iconify.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function() { // eslint-disable-line func-names
const theme = config.themes[name];

plugins.iconify( {
src: '../' + theme.src + '/web/icons/svg/*.svg',
src: '../../../' + theme.src + '/web/icons/svg/*.svg',
pngOutput: '../../../' + theme.src + '/web/icons/png',
scssOutput: '../../../' + theme.src + '/web/icons/scss',
cssOutput: '../../../' + theme.src + '/web/icons/css',
Expand Down

0 comments on commit a01f4bd

Please sign in to comment.