Skip to content

Instantly share code, notes, and snippets.

@bnb

bnb/block5.js Secret

Created August 22, 2017 22:42
Show Gist options
  • Save bnb/378107a11075a04beeb8c4ff606291ba to your computer and use it in GitHub Desktop.
Save bnb/378107a11075a04beeb8c4ff606291ba to your computer and use it in GitHub Desktop.
var metalsmith = require('metalsmith');
metalsmith(__dirname)
.build(function(err) {
if(err) throw err;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment