mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

pdb.ng2.config library dependency typo #72

Closed kenneth-bolivar-castro closed 8 years ago

kenneth-bolivar-castro commented 8 years ago

Drupal throws an error messages related with a theme missing from file system: pdn_ng2, pdn_ng2--library

I debugged and I found a typo into "_pdbng2.libraries.yml" file at line 42, https://github.com/mrjmd/pdb/blob/8.x-1.x/modules/pdb_ng2/pdb_ng2.libraries.yml#L42

It defines a dependency that doesn't exist, it should be "pdb_ng2".

mrjmd commented 8 years ago

Fixed, thanks!