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:
Loic Nageleisen 2014-02-21 16:14:18 +01:00
parent 6623656530
commit bc91aa7012
3 changed files with 88 additions and 19 deletions

View file

@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'therubyracer'
s.add_development_dependency 'less'
s.add_development_dependency 'coffee-script'
s.add_development_dependency 'slim'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'rake'