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

link to demo project and tweak example config #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rollup({

// You can restrict which files are compiled
// using `include` and `exclude`
include: 'src/components/**.html',
include: 'src/components/**/**.html',

// Output format. When doing server-side rendering, you might need to set this
// to "cjs" if you import other JS files in your components.
Expand All @@ -39,6 +39,8 @@ rollup({
}).then(...)
```

See the [demo project](https://github.com/Rich-Harris/ractive-rollup-demo) to see how it's used.

## License

MIT