frontend-united / generator-drupal-theme

A yeoman generator to start the foundation of any Drupal theme.
38 stars 15 forks source link

Typo in app/index.js #21

Closed freality closed 9 years ago

freality commented 9 years ago

The sh.run('bundle install --path .vendor/bundle') command is missing a path separator.

iamcarrico commented 9 years ago

This is expected, we want it to be in a hidden file so that it does not break drupal's searching for .info files.