We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8cf5 commit 0cca20bCopy full SHA for 0cca20b
Rakefile
@@ -10,7 +10,7 @@ require 'pathname'
10
namespace :react do
11
task :update do
12
FileUtils.rm_f('vendor/react/.bower.json')
13
- system('bower install react')
+ `bower install react`
14
assets_path = Pathname.new(File.dirname(__FILE__)).join('lib/assets/')
15
copy_react_asset('JSXTransformer.js', assets_path.join('javascripts/JSXTransformer.js'))
16
copy_react_asset('react.js', assets_path.join('react-source/development/react.js'))
0 commit comments