Sha256: 6794398343f636ba20c78fc3aa573f37e19d61a26e601e9b676edd6c48a97518
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
module QEDProject module Libraries class Skeleton < QEDProject::Libraries::Base library :skeleton set_js_files ["tabs.js"] set_css_files ["base.css", "skeleton.css", "layout.css" ] set_image_files [ "apple-touch-icon-114x114.png", "apple-touch-icon-72x72.png", "apple-touch-icon.png", "favicon.ico" ] def generate! super render_template_to_file "index.html", File.join(self.project.path, "public", "index.html"), binding end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qedproject-0.0.5 | lib/qedproject/libraries/skeleton.rb |
qedproject-0.0.4 | lib/qedproject/libraries/skeleton.rb |