Onur T.
Results
1
issues of
Onur T.
Paths for images are incorrect in sync, copy tasks and sync task in styleguide. ```diff // /gulp/tasks/sync.js -24 dirSync(`${paths.img}`, `${paths.styleguide.dist}/${paths.styleguide.assets.images}`, { +24 dirSync(`${paths.img}`, `${envPath}/${paths.assets.img}`, { ``` ``` // /gulp/tasks/styleguide/sync.js -23...