Ortuna / padrino-pipeline

Sprockets for padrino apps
MIT License
21 stars 8 forks source link

clean dependencies #24

Closed ujifgc closed 10 years ago

ujifgc commented 10 years ago

Heavy pipeline dependencies should be moved to application Gemfile. Now any application bundling with padrino-pipeline gets dependent on all the engines supported by padrino-pipeline. This PR fixes it.

Ortuna commented 10 years ago

@ujifgc OMG! Thanks! Wanted to do this exact update but couldn't think of a clean way.