Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Nov 5, 2015
1 parent 8987522 commit 4a7456a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(grunt) {
'./examples/shared/*.js',
'.module-cache',
],
'compare-size': require('./grunt/config/compare-size'),
'compare_size': require('./grunt/config/compare_size'),
});

grunt.config.set('compress', require('./grunt/config/compress'));
Expand Down Expand Up @@ -133,7 +133,7 @@ module.exports = function(grunt) {
'npm-react-dom:pack',
'npm-react-addons:release',
'npm-react-addons:pack',
'compare-size',
'compare_size',
]);

// Automate the release!
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion grunt/tasks/jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function() {
});

args.push.apply(args, rootIDs);
args.push('--config'/* from stdin */);
args.push('--config');

var child = spawn({
cmd: 'node',
Expand Down

0 comments on commit 4a7456a

Please sign in to comment.