kelvinst / jekyll-foundation

Jekyll plugin to Zurb Foundation
MIT License
0 stars 0 forks source link

Create a downloader for foundation #4

Open kelvinst opened 10 years ago

kelvinst commented 10 years ago

The download must download the sass files a clear way. Preferentially the ruby way.

kelvinst commented 10 years ago

This already can be done with bower... Maybe call bower via command line in the generator resolve this.

I know, this is not the ruby way, but it's pretty complex to call the bower's js methods from ruby too. I really have no sure of which is worse.

kelvinst commented 10 years ago

Yeepee, we can use ruby-bower to call bower a better way... Someone already passed through this.

kelvinst commented 10 years ago

The other way to do this is to do what bower do to install foundation's sass, download it from its repository

kelvinst commented 10 years ago

So, the decision is to use the repository for now. Maybe someday bower integration will be easier to do.

kelvinst commented 10 years ago

To download form repository, we'll use rugged.