bigcartel / dugway

Easily build and test Big Cartel themes.
https://developers.bigcartel.com/api/themes
MIT License
149 stars 22 forks source link

Handling gem dependecy #125

Closed patrykkopycinski closed 9 years ago

patrykkopycinski commented 9 years ago

Hi guys!

I just wanted to start build my own theme with dugway, but i'm thinking if there is better way to handle dependency of theme than downloading and putting everything manually to vendor directory? It's possible to use gems? I've tried but every time when i've got a error that "File to import not found or unreadable: ..." , but maybe i'm doing something wrong

nickendle commented 9 years ago

@patrykkopycinski yup, you should be able to make this work by adding a Gemfile and including what you need in there. What gems are you trying to use / what code are you using to include them?