m2-devtools icon indicating copy to clipboard operation
m2-devtools copied to clipboard

Make Magento_BundleConfig consumable as a composer package

Open DrewML opened this issue 6 years ago • 1 comments

This issue is a:

  • [ ] Bug
  • [X] Feature suggestion
  • [ ] Documentation issue
  • [ ] Other (Please Specify)

Environment

Question Answer
Magento version N/A
Browser + version N/A
node.js version (node -v) N/A
npm version (npm -v) N/A

Description

To load the bundles generated by r.js currently, a developer would need to copy/paste all the code from Magento_BundleConfig into their store.

Ideally, you would be able to install the package with composer. I know next to nothing about composer, so I'll leave this for someone more educated on the subject.

Expected result:

composer can be used to install the Magento_BundleConfig module.

DrewML avatar Dec 04 '18 00:12 DrewML

@DrewML would it be ok for you to have an own repository for the magento module? Then it's quite easy to make a composer package out of it. It should also work without an extra repository, but you always would have to install all the chrome extension related stuff into your magento shop

davidverholen avatar Dec 11 '18 07:12 davidverholen