Problem/Motivation
In the file README.md say module need library in this route:
to libraries/jquery.tocify
So that the folder structure looks like
jquery.tocify
├── css
│ └── jquery.tocify.css
└── js
└── jquery.tocify.js
But in the module ask for this route:
if (!file_exists(DRUPAL_ROOT . '/libraries/jquery.tocify/src/javascripts/jquery.tocify.js')) {
Comments
Comment #2
koffer commentedComment #4
sanduhrsThat would have been a really easy patch ;)
Thanks for reporting though!