gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

options without html specified results in Syntax error #43

Closed rarkins closed 8 months ago

rarkins commented 9 years ago
Running "favicons:icons" (favicons) task
Resizing images for "lib/client/index/images/icon-260x260.png"... OK
favicon.ico... OK
favicon.png... OK
apple-touch-icon.png... OK
apple-touch-icon-precomposed.png... OK
apple-touch-icon-60x60-precomposed.png... OK
apple-touch-icon-72x72-precomposed.png... OK
apple-touch-icon-76x76-precomposed.png... OK
apple-touch-icon-114x114-precomposed.png... OK
apple-touch-icon-120x120-precomposed.png... OK
apple-touch-icon-144x144-precomposed.png... OK
apple-touch-icon-152x152-precomposed.png... OK
windows-tile-144x144.png... sh: 2: Syntax error: Unterminated quoted string
Warning: ERROR: output not captured Use --force to continue.

Solved by adding html option:

options: {
    html: 'build/out/index.html'
  },

OS: Ubuntu 12.04