Posts

Magento 2 certified developer in india

  We’re OX SoftwareS Private Ltd. having 8+ years of experience in website development for companies. We are experts in digitization and develop e-commerce websites using Magento 2 to implement our e-commerce solutions. We love to design and develop e-commerce websites that help sell for our clients. Does your e-commerce website not bring enough revenue? Is your e-commerce website traffic not growing organically? Are you unable to convert potential visitors? Do you want to build a Magento 2 site from scratch, migrate from another platform or improve your existing store? No matter what issues your website faces, we have e-commerce specialists who can help transform and revive your website from doom. Our specialist treats the symptoms and tackles the core issues to help cure the problems permanently. Contact Details: Address: No. 15, Ground Floor, A Block, Devapragasam Trade Centre, Poonamalle High Road, Maduravoyal, Chennai - 600 095, Tamilnadu, India. Mobile Number: +91805629

How to setup Grunt in Magento2 – OX Software

Image
  Magento comes with pre-configured grunt tasks for compiling LESS files. Make sure that you set your Magento application to the developer or default mode. We have to follow the below steps to install and configure. Install nodeJS To do this, run the following command in a command prompt: $ sudo apt install curl $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - $ sudo apt install nodejs Install Grunt CLI globally To do this, run the following command in a command prompt: $ npm install -g grunt-cli Create the files Move to your  Magento_root  directory and type the following commands $ cp package.json.sample package.json $ cp Gruntfile.js.sample Gruntfile.js $ cp grunt-config.json.sample grunt-config.json Install (or refresh) the node.js project dependency $ cd  Magento_root $ npm install $ npm update Grunt configuration file Copy the contents of themes.js into local-themes.js in the dev/tools/grunt/configs/ dir