heimrichhannot/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web as contao component.

Installs: 714

Dependents: 1

Suggesters: 1

Security: 0

Stars: 2

Watchers: 6

Forks: 24

Open Issues: 0

Language:JavaScript

v4.3.3 2019-06-13 07:28 UTC

This package is not auto-updated.

Last update: 2024-04-13 06:01:59 UTC


README

If you have problems with symlinking the twbs/bootstrap dependency, simply add the following post-update-cmd to your project composer.json.

"scripts": {
    "post-update-cmd": [
        "ln -snf ../vendor/twbs/bootstrap/ assets/bootstrap"
    ]
}