Skip to content

Commit

Permalink
production transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
psw58 committed Aug 12, 2019
1 parent 0fc2a4b commit f0f8790
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12,967 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dev/dist
.vscode
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,16 @@ This is an example of the block output:
<section>
<h2>Block Name</h2>
<a class="cwd_events_readmore" href="/events">Read More</a>
<div id='events-listing' class='events-listing' ></div>
<script>
var settings = {
'target': 'events-listing',
'depts':@depts,
'entries':@entries,
'format':'@format',
'group':@group,
'singleday':@singleday,
'keyword':'@keyword',
'addCal': true,
'heading':''
};
if (CWD_LocalList){
CWD_LocalList.run( settings );
}else{
console.warn('ERROR: can not find events build');
}
</script>
<div
id="events-listing-UUID"
class="events-listing cwd-events-style"
data-depts="0"
data-entries="5"
data-format="modern_standard"
data-group="0"
data-keyword=""
data-heading=""
></div>
</section>
```

Expand Down
Loading

0 comments on commit f0f8790

Please sign in to comment.