Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #730 from wbobeirne/npm-script
Browse files Browse the repository at this point in the history
Make scripts for the two gulp actions. Update readme to point to them.
  • Loading branch information
tayvano authored Jul 13, 2017
2 parents ef8745f + 242a08c commit 677ba55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ If you want to help contribute, here's what you need to know to get it up and ru
**Getting Started**

- Start by running `npm install`.
- Run `gulp`. Gulp will then watch & compile everything and then watch for changes to the HTML, JS, or CSS.
- For distribution, run `gulp clean`.
- Run `npm run dev`. Gulp will then watch & compile everything and then watch for changes to the HTML, JS, or CSS.
- For distribution, run `npm run dist`.

**Folder Structure**
- `fonts` and `images` get moved into their respective folders. This isn't watched via gulp so if you add an image or font, you need to run `gulp` again.
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "gulpfile.js",
"author": "MyEtherWallet",
"license": "ISC",
"scripts": {
"dev": "gulp",
"dist": "gulp clean"
},
"devDependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
Expand Down

0 comments on commit 677ba55

Please sign in to comment.