winjs/winstrap

Grunt copy task references tries to copy files that don't exist in the project

Closed this issue · 1 comments

Copy task tries to copy html5shiv.min.js and respond.min.js from their corresponding bower packages. These packages are not part of the project, so they should not be referenced in the copy task.

Fixed by #108.