docpad / docpad-skeleton-bootstrap

Twitter Bootstrap skeleton for DocPad. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
47 stars 34 forks source link

Icons by Glyphicons #12

Open ANOmym opened 11 years ago

ANOmym commented 11 years ago

Don't work "icon-"

Ex.:

ANOmym commented 11 years ago

Need something to do with the variable iconSpritePath?

Solved the problem of copying. Is that bad? / src / files / vendor / twitter-bootstrap / img / -> / src / files / img /

djskinner commented 10 years ago

Try this in docpad.coffee

            # Styles
            styles: [
                "/vendor/twitter-bootstrap/dist/css/bootstrap.min.css"
                "/styles/style.css"
            ]