Update variables include template

This commit is contained in:
Jeremy Thomas
2018-06-16 20:47:52 +01:00
parent ace4c58fc7
commit 1ff1edcf53
51 changed files with 2420 additions and 1498 deletions

View File

@@ -6,8 +6,6 @@ const initial_plugin = require('./plugins/01-read-initial-variables');
Metalsmith(__dirname)
.source('../../sass')
.destination('./variables')
.clean(true)
.use(filter(regex_initial))
.use(initial_plugin())
.build(function(err) {