Skip to content

Commit

Permalink
fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Jul 31, 2016
1 parent 0c466c2 commit bf2bf4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* 2016-07-22[14:09:12]:revised
*
* @author yanni4night@gmail.com
* @version 0.1.1
* @version 0.1.3
* @since 0.1.0
*/
'use strict';
Expand All @@ -19,7 +19,9 @@ class CopyTransformer extends Transformer {

return panto.file.copy(file.filename, path.join(destdir,file.filename));
}

isCacheable() {
return false;
}
}

module.exports = CopyTransformer;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panto-transformer-copy",
"version": "0.1.2",
"version": "0.1.3",
"description": "Copy transformer for panto",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bf2bf4a

Please sign in to comment.