Skip to content

Commit

Permalink
Don't copy JSXTransformer in grunt release
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Sep 10, 2015
1 parent 31f2525 commit 21a1f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function docs() {

grunt.file.copy('build/react-' + VERSION + '.zip', 'docs/downloads/react-' + VERSION + '.zip');
grunt.file.copy('build/react.js', 'docs/js/react.js');
grunt.file.copy('build/JSXTransformer.js', 'docs/js/JSXTransformer.js');

var files = grunt.file.expand(GH_PAGES_GLOB);
files.forEach(function(file) {
Expand Down

0 comments on commit 21a1f7e

Please sign in to comment.