This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from hegdeashwin/master
[tech] add support to use the existing dust context
- Loading branch information
Showing
3 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
festucam | ||
========== | ||
# festucam | ||
|
||
Repository for contributed helper and filter extensions to dust | ||
Repository for contributed helper and filter extensions to dust. | ||
|
||
Forked from Rich Ragan's [dust-motes](https://github.com/rragan/dust-motes). | ||
|
||
## Helpers document references | ||
|
||
|Category|Helper| | ||
|:---|:---| | ||
|Data|[pulvus-provide](master/src/helpers/data/provide)| | ||
|HTML|[dustmotes-layout](master/src/helpers/html/layout)| | ||
|Strings|[substr](master/src/helpers/strings/substr)| | ||
|Miscellaneous|[extend](master/src/helpers/miscellaneous/extend)| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
{ | ||
"name": "festucam", | ||
"description": "Collection of dust helpers/filters.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/krakenjs/festucam", | ||
"author": { | ||
"name": "rragan", | ||
"url": "https://github.com/rragan" | ||
}, | ||
"contributors" : ["Matt Edelman <[email protected]>", "Cédric Connes <[email protected]>"], | ||
"contributors": [ | ||
"Matt Edelman <[email protected]>", | ||
"Cédric Connes <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/krakenjs/festucam.git" | ||
|
@@ -22,8 +25,7 @@ | |
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"dustjs-linkedin": "~2.6.0", | ||
"dustjs-helpers": "~1.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters