Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Awais committed Jul 30, 2016
2 parents 987a3cf + 2c29f47 commit f3e8ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Read: [Introducing WPGulp: An Easy to Use WordPress Gulp Boilerplate](https://ah
- Once the download is complete type `gulp` and boom!

###METHOD #2
- Download `gulpfile.js` and `pacakage.json` files in the root of your WP project
- Download `gulpfile.js` and `package.json` files in the root of your WP project
- Configure the project paths in gulpfile.js (Line #23 t0 #38)
- Open the project folder in the terminal and type `sudo npm install` wait for the files to get downloaded. It will take about 2 minutes to add a node_modules folder inside your project.
- Once the download is complete type `gulp` and boom!
Expand All @@ -45,7 +45,7 @@ Read: [Introducing WPGulp: An Easy to Use WordPress Gulp Boilerplate](https://ah
- You should never commit `node_modules` folder, you should exclude it in `.gitignore` file.

## How to update?
- Delete old ones and download the latest `gulpfile.js` and `pacakage.json` files in the root of your WP project.
- Delete old ones and download the latest `gulpfile.js` and `package.json` files in the root of your WP project.
- Open the project folder in the terminal and type `sudo npm install` wait for the files to get downloaded. It will take about 2 minutes to add a node_modules folder inside your project.
- Once the download is complete type `gulp` and boom!

Expand Down

0 comments on commit f3e8ba2

Please sign in to comment.