File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
Installation and how to use
3
3
========================================================================== */
4
4
/*
5
- * 1. Copy gulpfile and package.json in to the root directory
5
+ * 1. Copy gulpfile and package.json in to the root directory
6
+ * 3. If you are using Magento 2.2.2 or heigher height Un-comment line number 50 - 51in the gulpfile.js
6
7
* 2. Install node.js for your OS: https://nodejs.org/en/
7
8
* 3. Install modules: run a command in a root directory of your project "npm install"
8
9
(If you alrady instaled Grunt please remove node_module directory)
@@ -46,9 +47,9 @@ var gulp = require('gulp'),
46
47
/* ==========================================================================
47
48
Global configs of Magento2
48
49
========================================================================== */
49
- // Un-comment for Magento 2.2.2
50
- /* var filesRouter = require('./dev/tools/grunt/tools/files-router');
51
- filesRouter.set('themes','./dev/tools/grunt/configs/themes' );*/
50
+ // If you are using Magento 2.2.2 or heigher height Un-comment below two line
51
+ /// var filesRouter = require('./dev/tools/grunt/tools/files-router');
52
+ // filesRouter.set('themes','./dev/tools/grunt/configs/themes' );
52
53
53
54
54
55
var themesConfig = require ( './dev/tools/grunt/configs/themes' ) ,
You can’t perform that action at this time.
0 commit comments