Skip to content

Commit

Permalink
doc:build: s2.js in SCRIPTY2_DEBUG_DIR not DIST
Browse files Browse the repository at this point in the history
At the end of the rake task: doc:build when s2.js is being copied
it only exists in the SCRIPTY2_DEBUG_DIR, not SCRIPTY2_DEST_DIR.
  • Loading branch information
stepheneb authored and madrobby committed Nov 8, 2009
1 parent 2783905 commit 12fe19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace :doc do
end

cp File.join(SCRIPTY2_ROOT, 'lib', 'prototype.js'), File.join(SCRIPTY2_DOC_DIR, 'javascripts')
cp File.join(SCRIPTY2_DIST_DIR,'s2.js'), File.join(SCRIPTY2_DOC_DIR,'javascripts')
cp File.join(SCRIPTY2_DEBUG_DIR,'s2.js'), File.join(SCRIPTY2_DOC_DIR,'javascripts')
end

task :require do
Expand Down

0 comments on commit 12fe19e

Please sign in to comment.