Skip to content

Commit

Permalink
debugging rake task error
Browse files Browse the repository at this point in the history
testing for issue jwhitley#247
  • Loading branch information
turpana committed Feb 26, 2016
1 parent 9008038 commit 8a97747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/requirejs-rails_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ OS X Homebrew users can use 'brew install node'.

# Compute the digest based on the contents of the compiled file, *not* on the contents of the RequireJS module.
file_digest = ::Rails.application.assets.file_digest(built_asset_path.to_s)
hex_digest = file_digest.unpack("H*").first
hex_digest = file_digest.hexdigest
digest_name = asset.logical_path.gsub(path_extension_pattern) { |ext| "-#{hex_digest}#{ext}" }

digest_asset_path = requirejs.config.target_dir + digest_name
Expand Down

0 comments on commit 8a97747

Please sign in to comment.