1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ruby-handlebars-assets
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-execjs,
ruby-haml,
ruby-multi-json,
ruby-slim,
ruby-sprockets,
ruby-tilt,
libjs-handlebars (>= 3:4.1~),
libjs-handlebars.runtime (>= 3:4.1~),
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-handlebars-assets.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-handlebars-assets
Homepage: https://github.com/leshill/handlebars_assets
XS-Ruby-Versions: all
Package: ruby-handlebars-assets
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
libjs-handlebars (>= 3:4.1~),
libjs-handlebars.runtime (>= 3:4.1~),
ruby | ruby-interpreter,
ruby-execjs,
ruby-multi-json,
ruby-sprockets,
ruby-tilt,
${misc:Depends},
${shlibs:Depends}
Description: compile Handlebars templates in the Rails asset pipeline
Give your Handlebars templates their own files (including partials) and
have them compiled, compressed, and cached as part of the Rails 3.1 asset
pipeline!
.
Using `sprockets` with Sinatra or another framework? handlebars_assets
works outside of Rails too (as of v0.2.0)
|