FWeinb / grunt-svgstore

Merge svgs from a folder
MIT License
920 stars 94 forks source link

Icov.info kills vagrant machine #104

Closed Trevald closed 8 years ago

Trevald commented 8 years ago

Have a virtual machine setup via the Drupal VDD project. Short after adding svgstore to grunt the Drupal admin couldn't be reached. Just returned an empty response. Couldn't find any errors in any log-files so I started removing files to see what crashed it and when I removed svgstore it started to work again.

So I started removing files within the grunt-svgstore directory and find two files that where causing problem:

So these two files killed the Drupal admin by their sheer prescence. I wasn't even running Grunt on neither my host (OS X) or the virtual machine. Hell, the theme contaning grunt-svgstore wasn't even active.

Now the fun part: All I had to do to make the admin work again was to change the extensions to .txt and then back to .info again.

I'm very new at using vagrant as a development tool. But my guess is that the problem lies with the environment rather than Drupal, PHP or Apache. So I'm not sure this is the right place to post the issue, I will probably post it at VDD aswell. But svg-store was the only grunt-plugin causing problem, the others I have installed work fine.

FWeinb commented 8 years ago

These files aren't created or used by this plugin but come from the coverage reporter of cheerio and handlebars. So you might want to open a PR there.

Trevald commented 8 years ago

Said and done.