Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbsmyth committed Sep 19, 2016
1 parent e23cdbb commit 4257de9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ npm run demo
```

Open browser to `localhost:3001`

## Developing
> This is very much a work in progress
To modify `player.html`:
1. Make changes you desire
2. Use [inline-css](http://templates.mailchimp.com/resources/inline-css/) to inline the css
3. Copy the css-inlined HTML (only the div in the inline-css output, not the style tag)
4. Use [HTML minify](http://www.willpeavy.com/minifier/) to minify the copied HTML
5. Copy the minified CSS into `app.module.js` in place of the existing HTML on `3`
6. `npm dev` to test your changes (updates the demo and starts a server)
7. `npm build` when you're done
8. Commit according to the [contributing documentation](http://www.github.com/EuphonyInc/pow/blob/master/CONTRIBUTING.md)

0 comments on commit 4257de9

Please sign in to comment.