move file into a separate folder

This commit is contained in:
Sebastian McKenzie
2015-03-16 01:45:08 +11:00
parent 76e1f0dd9f
commit 866d3a8eab
7 changed files with 57 additions and 42 deletions

View File

@@ -55,6 +55,7 @@ var run = function (task, done) {
var getOpts = function (self) {
return _.merge({
suppressDeprecationMessages: true,
filename: self.loc
}, opts);
};