Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

useminPrepare for more that one destination directories #389

Open
schepelin opened this issue Jun 28, 2014 · 1 comment
Open

useminPrepare for more that one destination directories #389

schepelin opened this issue Jun 28, 2014 · 1 comment
Labels

Comments

@schepelin
Copy link

Hi!
I have trouble with it.

I have two pages in my app - admin.html and index.html

When I run grunt build index.html moves to /game/index.html and admin.html moves to /admin/index.html

both files have build blocks but I need different destination for this files.

What the best approach to solve it?

Thanks for any help!

useminPrepare: {
  html: ['<%= yeoman.app %>/index.html', '<%= yeoman.app %>/admin.html'],
  options: {
    dest: '<%= yeoman.distGame %>'  // I need more than one destination
  }
},
@stephanebachelier
Copy link
Collaborator

@schepelin Might be related to #487 to support differents flows

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

No branches or pull requests

2 participants