linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Adding Bootstrap SaaS version #367

Closed harshamv closed 8 years ago

harshamv commented 9 years ago

I am new to Lineman and i am finding it very hard to understand and get started. The Documentation is not good enought for a beginner like me.

I am trying to add Bootstrap SaaS version into my project but the fetcher is adding the css versions of it. When i add them manually into the vendors folder how can i include them into my main.scss file?

searls commented 9 years ago

If you want to include the Sass version of bootstrap, you'll need to download it and drop it into vendor/css. Then you can @import it from your app/css/main.sass.

On Tue, Jun 23, 2015 at 8:54 AM Harsha M V notifications@github.com wrote:

I am new to Lineman and i am finding it very hard to understand and get started. The Documentation is not good enought for a beginner like me.

I am trying to add Bootstrap SaaS version into my project but the fetcher is adding the css versions of it. When i add them manually into the vendors folder how can i include them into my main.scss file?

— Reply to this email directly or view it on GitHub https://github.com/linemanjs/lineman/issues/367.