Conversation
|
Can you explain why it would be useful to have Composer support. It's a PHP dependency manager, why loading Javascript with it? |
|
We are currently developing a social feed module for the content management system Contao and want to use your jQuery plugin for the presentation. Since Contao 4, the extensions are only made available via Composer or via a special Contao Manager. We would not have to include the additional Javascripts in our bundle, we could simply define the dependencies. See project composer.json (now is forked) |
|
I still don't see a way Composer is useful for Javascript sources, but I'm willing to merge the PR. Can you change the package name back to |
fix for pavelk2#309 This is because we use strict mode and under strict deleting a variable name is invalid.
No description provided.