Skip to content
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.

Commit

Permalink
https://github.com/lukeed/taskr/issues/310
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarshall committed Apr 24, 2018
1 parent 4b835f5 commit f7e1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports.lib = async function lib(task, opts) {
}

module.exports.copyProcs = async function copyProcs(task) {
await task.source('procs/**/*').target('dist/procs')
await task.source('procs/**/*.js').target('dist/procs')
await task.source('procs/**/.*').target('dist/procs')
}

Expand Down

0 comments on commit f7e1e04

Please sign in to comment.