Making your Local Repo Work

1. Git clone the repo by running this command in your local directory:

git clone developer@dev.heroweb.com:/var/www/repo/REPO-NAME

2. Make sure the your local copy matches what is on the dev server (can use Filezilla to compare)

3. Delete the package-lock.json file

4. Replace the package.json file with the contents of this file package.json

5. Replace the Gruntfile.js with the contents of this file Gruntfile.js

6. Run npm install

7. Run grunt build