https://github.com/heimrichhannot/bootstrap
Shim repository for Bootstrap 4
https://github.com/heimrichhannot/bootstrap
Last synced: 4 months ago
JSON representation
Shim repository for Bootstrap 4
- Host: GitHub
- URL: https://github.com/heimrichhannot/bootstrap
- Owner: heimrichhannot
- Created: 2017-05-31T09:47:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T07:28:48.000Z (over 6 years ago)
- Last Synced: 2025-09-11T23:27:38.692Z (6 months ago)
- Size: 5.08 MB
- Stars: 2
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Bootstrap 4 contao component
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"
]
}
```