Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbsmyth authored Oct 5, 2016
1 parent 29588ef commit 838dd93
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ npm run demo
## 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)

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
Expand Down

0 comments on commit 838dd93

Please sign in to comment.