mirror of
https://github.com/lloeki/tilt-pdf.git
synced 2025-12-06 10:34:41 +01:00
extended auxiliary files support
- support for css in header/footer - support for js/coffee/whatever - main integrated into render/inject/tmp flow => all html files get every css/js injected
This commit is contained in:
parent
6623656530
commit
bc91aa7012
3 changed files with 88 additions and 19 deletions
|
|
@ -11,8 +11,13 @@ GEM
|
|||
celluloid (0.15.2)
|
||||
timers (~> 1.1.0)
|
||||
coderay (1.0.9)
|
||||
coffee-script (2.2.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.7.0)
|
||||
commonjs (0.2.7)
|
||||
diff-lcs (1.2.4)
|
||||
execjs (2.0.2)
|
||||
ffi (1.9.0)
|
||||
formatador (0.2.4)
|
||||
guard (2.1.1)
|
||||
|
|
@ -67,6 +72,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
coffee-script
|
||||
guard-rspec
|
||||
less
|
||||
pry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue