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

Make scripts for the two gulp actions. Update readme to point to them. #730

Merged
merged 1 commit into from
Jul 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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