Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jun 2, 2017
1 parent 4019a73 commit 8c3f696
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
var assign = require('object-assign');
var filter = require('../lib/filter');

hexo.config.uglify = assign({
mangle: true,
output: {},
compress: {}
}, hexo.config.uglify);

hexo.extend.filter.register('after_render:js', filter);

0 comments on commit 8c3f696

Please sign in to comment.