Skip to content

Commit

Permalink
Merge pull request #5 from lorefnon/log-targets
Browse files Browse the repository at this point in the history
Log targets : A minimal remediation for Issue #4
  • Loading branch information
ericclemmons committed Aug 4, 2013
2 parents 9045e0a + 178516e commit c3e36be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ module.exports = function(grunt) {
}
}

grunt.log.writeln("[react] "+srcFile+" --> "+destFile);

var src = fs.readFileSync(srcFile).toString();
var newSrc = transform(visitors.react, src).code;
var destDir = path.dirname(destFile);
Expand Down

0 comments on commit c3e36be

Please sign in to comment.