You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
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
}
},
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: