Skip to content

Commit

Permalink
Merge pull request #4092 from mking/remove-react-source-gem
Browse files Browse the repository at this point in the history
Stop building react-source gem
  • Loading branch information
zpao committed Jul 20, 2015
2 parents d66fd21 + fc63ceb commit 3ca5c15
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 111 deletions.
10 changes: 0 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ module.exports = function(grunt) {
grunt.registerTask('npm-react-addons:release', npmReactAddonsTasks.buildReleases);
grunt.registerTask('npm-react-addons:pack', npmReactAddonsTasks.packReleases);

var gemReactSourceTasks = require('./grunt/tasks/gem-react-source');
grunt.registerTask('gem-react-source:release', gemReactSourceTasks.buildRelease);
grunt.registerTask('gem-react-source:pack', gemReactSourceTasks.packRelease);

grunt.registerTask('version-check', require('./grunt/tasks/version-check'));

grunt.registerTask('build:basic', [
Expand Down Expand Up @@ -98,10 +94,6 @@ module.exports = function(grunt) {
'jsx:normal',
'npm-react:release',
]);
grunt.registerTask('build:gem-react-source', [
'build',
'gem-react-source:release',
]);

grunt.registerTask('fasttest', function() {
grunt.task.run('test');
Expand Down Expand Up @@ -142,8 +134,6 @@ module.exports = function(grunt) {
'release:setup',
'clean',
'build',
'gem-react-source:release',
'gem-react-source:pack',
'release:bower',
'release:starter',
'compress',
Expand Down
7 changes: 0 additions & 7 deletions gem-react-source/lib/react/source.rb

This file was deleted.

28 changes: 0 additions & 28 deletions gem-react-source/react-source.gemspec

This file was deleted.

65 changes: 0 additions & 65 deletions grunt/tasks/gem-react-source.js

This file was deleted.

1 change: 0 additions & 1 deletion grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function msg() {
'* put files on CDN',
'* push changes to git repositories',
'* publish npm module (`npm publish .`)',
'* publish gem (`gem push react-source-' + VERSION + '.gem`)',
'* announce it on FB/Twitter/mailing list',
].forEach(function(ln) {
grunt.log.writeln(ln);
Expand Down

0 comments on commit 3ca5c15

Please sign in to comment.