Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #519 from ebollens/master
Browse files Browse the repository at this point in the history
Update Respond.js package version
  • Loading branch information
Eric Bollens committed Dec 9, 2013
2 parents 336d9a5 + 2a0d3e6 commit 5c26afd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/asset/build/js/blocks-ie.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/asset/build/js/blocks.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Build/Package/Respond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def assemble
def assemble_js

log.task "Package: Respond", "Copying Respond sources to IE JS build file" do
file = "#{package_dir :respond}/respond.src.js"
file = "#{package_dir :respond}/src/respond.js"
log.debug "#{tmp_js_build_file_ie.gsub /^#{root_dir}\//, ''} <<- #{file.gsub /^#{root_dir}\//, ''}"
append_file file, tmp_js_build_file_ie, ';'
end
Expand Down

0 comments on commit 5c26afd

Please sign in to comment.