Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnperricruz/magento-2-automation-with-gulp
Magento 2 tasks automation with GULP.js
https://github.com/johnperricruz/magento-2-automation-with-gulp
automation deployment gulp gulpjs magento2 node nodejs npm task
Last synced: 27 days ago
JSON representation
Magento 2 tasks automation with GULP.js
- Host: GitHub
- URL: https://github.com/johnperricruz/magento-2-automation-with-gulp
- Owner: johnperricruz
- Created: 2018-11-08T04:50:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T05:22:29.000Z (over 6 years ago)
- Last Synced: 2024-11-15T08:47:38.217Z (3 months ago)
- Topics: automation, deployment, gulp, gulpjs, magento2, node, nodejs, npm, task
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 task automation with GULP.JS
Pre-requisites :
- Install NodeJS
- Install GulpJS
- Install https://www.npmjs.com/package/gulp-run
- Install https://www.npmjs.com/package/minimistCOMMANDS :
```html
gulp m2upgrade --theme Magento/luma --lang en_US
gulp m2clear --theme Magento/luma --lang en_US
gulp m2mode --set developer --cache disable / gulp m2mode --set production --cache enable
gulp m2cache --cache disable / gulp m2cache --cache enable
gulp m2reindex```
John Perri Cruz
https://www.johnperricruz.com