Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 48e630b

Browse files
committed
Merge pull request #2 from jwhitley/master
Merge in node crash fix.
2 parents f0bda26 + 8a437fe commit 48e630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/requirejs-rails_tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EOM
107107
"requirejs:test_node"] do
108108
requirejs.config.target_dir.mkpath
109109

110-
`node #{requirejs.config.driver_path}`
110+
`node "#{requirejs.config.driver_path}"`
111111
unless $?.success?
112112
raise RuntimeError, "Asset compilation with node failed."
113113
end

0 commit comments

Comments
 (0)