Skip to content

Commit

Permalink
Remove swig rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Parisot committed Dec 11, 2017
1 parent c8d47b8 commit dbabd3b
Show file tree
Hide file tree
Showing 5 changed files with 4,565 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/renderer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(ctx) {

renderer.register('json', 'json', require('./json'), true);

renderer.register('swig', 'html', require('./swig'), true);
// renderer.register('swig', 'html', require('./swig'), true);

var yaml = require('./yaml');

Expand Down
Loading

0 comments on commit dbabd3b

Please sign in to comment.