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

Commit

Permalink
Add jQuery Mobile 1.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Jul 26, 2013
1 parent 855f0a2 commit 805e6d1
Show file tree
Hide file tree
Showing 113 changed files with 16,769 additions and 12,164 deletions.
12 changes: 4 additions & 8 deletions lib/development_tasks/jquery_mobile_rails_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ task :"jquery_mobile_rails_css_fix" do
Dir.glob(File.join(STYLESHEETS_PATH, "*.css")).each do |css_file_name|
puts css_file_name
file_content = ''
File.open(css_file_name, "r:UTF-8") do |file|
file_content = file.read
end
file_content.gsub! /url\(images\/([A-Za-z0-9_-]*\.)(png|gif)\)/ do
"image-url(\"jquery-mobile/#{$1}#{$2}\")"
end
file_content = File.read(css_file_name, mode: "r:UTF-8")

File.open(css_file_name, 'w') do |file|
file << file_content
file_content.gsub! /url\(images\/(.*\.)(png|gif)\)/ do
"image-url(\"jquery-mobile/#{$1}#{$2}\")"
end

File.write(css_file_name, file_content)
File.rename(css_file_name, "#{css_file_name}.scss")
end

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 805e6d1

Please sign in to comment.