skip to Main Content

Magento 2 install folder

I am new to Magento 2 and was using composer to install it. Have already cloned the repo from Magento GitHub account. One thing I couldn't find information about was when installing Magento 2 on localhost do I need to…

VIEW QUESTION

run script command in specified directory – Shopify

I'm setting up a composer.json file to run some tasks automatically when executed. The scripts look something like this: "scripts": { "post-update-cmd": [ "@createDir", "@installSlate", "@installConcat" ], "createDir": "npm install -g @shopify/slate", "installSlate": "slate theme blank_theme", "installConcat": "npm install grunt-contrib-concat…

VIEW QUESTION
Back To Top
Search