UNPKG

277 BJavaScriptView Raw
1/** This example Apemanfile to use apeman-tmpl-scss */
2
3"use strict";
4
5module.exports = {
6 $pkg: {/*...*/},
7 $tmpls: {
8 // Map file path and template.
9 'src/my-dest.txt': require('apeman-tmpl-scss')({
10 // Pass rendering params
11 })
12 }
13};
\No newline at end of file