winjs / winstrap

The official Bootstrap theme for Microsoft's Modern design language
http://winstrap.azurewebsites.net
Other
533 stars 122 forks source link

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

Closed v-nichor closed 8 years ago

v-nichor commented 8 years ago

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.

mlijanto commented 8 years ago

Fixed by #108.