Hi,
In the README.md the suggested file structure is:
Your structure should look like:
sites/all/libraries/caret.js
sites/all/libraries/at.jsThis is a bit confusing for users who think they will need to drop just the JS files into the top level of the libraries folder.
I suggest you add an extra slash at the end of each line to it is clear that at.js and carat.js are folder names. This will then show:
Your structure should look like:
sites/all/libraries/caret.js/
sites/all/libraries/at.js/Cheers
Tom
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | at.js-libraries-folder-structure-2266253-1.patch | 529 bytes | blacklabel_tom |
Comments
Comment #1
blacklabel_tom commentedOnly a small change, but patch attached.
Comment #2
blacklabel_tom commentedComment #3
arnested commentedSeems reasonable.
Comment #5
heylookalive commentedCommitted, thanks!