Skip to content
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
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist/
coverage/

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I've experimented with other existing libraries (ejs templates, etc.) but wanted

## Getting Started

1. copy the faintly.js file to the scripts directory of your project
1. copy the /dist/faintly.js file to the scripts directory of your project
2. in the folder for your block, add a `blockName.html` file for the block template
3. in your block javascript, call the `renderBlock` function:

Expand Down Expand Up @@ -96,4 +96,4 @@ Faintly supports a simple expression syntax for resolving data from the renderin

For `data-fly-include`, HTML text, and normal attributes, wrap your expression in `${}`.

In all other `data-fly-*` attributes, just set the expression directly as the attribute value, no wrapping needed.
In all other `data-fly-*` attributes, just set the expression directly as the attribute value, no wrapping needed.
Loading