Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default-skin.png does not found in dist version #22

Open
cguilhermef opened this issue Jul 28, 2016 · 1 comment
Open

default-skin.png does not found in dist version #22

cguilhermef opened this issue Jul 28, 2016 · 1 comment

Comments

@cguilhermef
Copy link

We are using Yeoman scaffolding in our project. When we run grunt serve:dist, the default-skin.png file doesn't found in dist folder - photoswipe plugin look for styles/default-skin.png.

@cguilhermef
Copy link
Author

I just added an item in 'copy' configuration in Gruntfile.js, like this:

{
  expand: true,
     cwd: 'bower_components/photoswipe/dist/default-skin',
     src: '*.png',
     dest: '<%= yeoman.dist %>/styles'
 }

Not the best approach, but... WFM - works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant