Sha256: 3a0ea1251f0720bde595c31631708d07bcffa15309b65931cf29b7a47b935f72
Contents?: true
Size: 625 Bytes
Versions: 5
Compression:
Stored size: 625 Bytes
Contents
module QEDProject module Libraries class Jquerymobile < QEDProject::Libraries::Base library :jquerymobile depends_on [:jquery] set_js_files ["jquery.mobile-1.3.0.js"] set_css_files ["jquery.mobile-1.3.0.css" ] set_image_files [ "ajax-loader.gif", "icons-18-black.png", "icons-18-white.png", "icons-36-black.png", "icons-36-white.png" ] def generate! super file = File.join(self.project.path, self.project.public_dir, "index-mobile.html") render_template "index.html", file end end end end
Version data entries
5 entries across 5 versions & 1 rubygems