dotfiles/build/build.js

10 lines
221 B
JavaScript

// Using commonjs instead of ejs, because more widely compatible
const mustache = require( 'mustache' );
// Define view options (for rendering with mustache)
const view = {
// Colours
'colour_foreground': '',
}