Skip to content

Commit

Permalink
#14 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
szikszail committed Oct 21, 2017
1 parent a2ebaef commit aa20e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gulp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');
const path = require('path');
const plugin = require(path.resolve('gulp'));
const Replacer = require(path.resolve('lib/builtIn/Replacer'));
const CONFIG = require('./data/replacer.json');
const CONFIG = require('./data/config/replacer.json');
const File = require('vinyl');
const concatStream = require('concat-stream');

Expand Down

0 comments on commit aa20e28

Please sign in to comment.