Sha256: 13fcb5ea400aff04daa5b3f48f0a89d93c0e72874a5265ef4c8b1277620f9a14
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 Bytes
Contents
module QEDProject module Libraries class Jquerymobile < QEDProject::Libraries::Base library :jquerymobile depends_on [:jquery] set_js_files ["jquery.mobile-1.0b2.js"] set_css_files ["jquery.mobile-1.0b2.css" ] set_image_files [ "ajax-loader.png", "icons-18-black.png", "icons-18-white.png", "icons-36-black.png", "icons-36-white.png", "icon-search-black.png" ] def generate! super render_template_to_file "index.html", File.join(self.project.path, self.project.public_dir, "index-mobile.html"), binding end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qedproject-0.0.9 | lib/qedproject/libraries/jquerymobile.rb |
qedproject-0.0.8 | lib/qedproject/libraries/jquerymobile.rb |