Skip to content

Commit 49555fa

Browse files
authored
Update gulpfile.js
1 parent 3738268 commit 49555fa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gulpfile.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Installation and how to use
33
========================================================================== */
44
/*
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
67
* 2. Install node.js for your OS: https://nodejs.org/en/
78
* 3. Install modules: run a command in a root directory of your project "npm install"
89
(If you alrady instaled Grunt please remove node_module directory)
@@ -46,9 +47,9 @@ var gulp = require('gulp'),
4647
/* ==========================================================================
4748
Global configs of Magento2
4849
========================================================================== */
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' );
5253

5354

5455
var themesConfig = require('./dev/tools/grunt/configs/themes'),

0 commit comments

Comments
 (0)