skip to Main Content

Magento Grunt child theme compilation fails to update merged style files

I've set up the Grunt workflow as described here: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/css-topics/css_debug.html My local-themes.js looks like this: ➜ m2 git:(master) ✗ cat dev/tools/grunt/configs/local-themes.js 'use strict'; module.exports = { ac_default: { area: 'frontend', name: 'Ac/Default', locale: 'en_US', files: [ 'css/source/_extend', ], dsl: 'less'…

VIEW QUESTION

Grunt in magento not compiling files

I have a problem with the local installation (docker) magento. I tried to make some css changes, unfortunately grunt.js does not compile my files. After the "grunt watch" command has been initiated, the console displays "Waiting ..." but does not…

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