volodymyr-lisniak / magento-2-gulp

Gulp for Magento 2. It works with core Magento styles (less) and structure. Uses default theme configs from dev/tools/grunt/configs/local-themes.js.
MIT License
41 stars 12 forks source link

Change themes.js to local-themes due to magento overwriting during up… #4

Closed kayintveen closed 4 years ago

kayintveen commented 4 years ago

Since magento might update themes.js on future updates its suggested to copy your file and make a local-themes.js file. as written in the documentation.

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/tools/using_grunt.html

volodymyr-lisniak commented 4 years ago

Thanks for the contribution.