Conversation
There was a problem hiding this comment.
@RobLoach, thanks for this. Not very familiar with the composer, but do you want to include the minified files instead or both?
There was a problem hiding this comment.
The aim is to use the full source, and push compression/aggregation off to the application level. The minified versions will still be shipped, it will just use jquery.ajaxchimp.js for development, and then the .min for production.
Thanks for bringing this up 👍 .
|
Also, thinking more about this, should js packages be managed by a PHP package manager. Seems like your worlflow should involve bower for js and composer for PHP. Something like this: http://techportal.inviqa.com/2014/01/29/manage-project-dependencies-with-bower-and-composer/ |
|
@scdoshi This is mostly for situations where Bower or Node are not available for deployment. |
Composer is a package manager for PHP.