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

Commit

Permalink
馃摎 Add info about assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Jun 6, 2017
1 parent 27c6b34 commit e362ac6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ Spectacle allows you to easily display code via the `<CodePane>` component. If y

Melodrama will ensure that your presentation is correctly rendered. You shouldn't have to edit anything.

## Assets

[`melodrama-scripts`](https://github.com/sebald/melodrama-scripts) requires you to specify an *entry* file. If you setup your presentation with Melodrama this will be `index.js` by default. In addition, the `assets` folder will be included also.

If you want to change your *entry* just adjust the parameter in your *npm scripts*. If you want more folders to be included into our presentation, use the `--include` flag. It accepts a comma seperated list of folders. Note that if you use this flag, the `assets` folder is no longer included by default.

## Reporting issues

*tl;dr; Please report any issue occuring during developing [here](https://github.com/sebald/melodrama-scripts/issues)!*
Expand Down

0 comments on commit e362ac6

Please sign in to comment.