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: 7
Forks: 27
Open Issues: 0
Language:JavaScript
Requires
- contao-components/jquery: ^3.3
- twbs/bootstrap: ^4.0
This package is not auto-updated.
Last update: 2023-01-21 00:09:05 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"
]
}