Skip to content

Commit

Permalink
Remove useless type convert
Browse files Browse the repository at this point in the history
  • Loading branch information
HakurouKen committed Sep 17, 2016
1 parent dad1230 commit ef494a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var nodeModules = path.normalize(path.join(__dirname, '../node_modules')) + path
module.exports = function (filepath, outputDir, isAll, rDir) {
filepath = fs.realpathSync(filepath);
outputDir = outputDir ? $.getDirPath(outputDir) : $.getDirPath(path.join(process.cwd(), './publish'));
isAll = !!isAll;
if (isAll) {
//1.导出默认的assets
$.copy(assetsDir, outputDir, function (filename, dir, subdir) {
Expand Down

0 comments on commit ef494a8

Please sign in to comment.