Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimrichhannot/bootstrap
Shim repository for Bootstrap 4
https://github.com/heimrichhannot/bootstrap
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T07:28:48.000Z (over 5 years ago)
- Last Synced: 2024-04-03T00:11:33.088Z (9 months ago)
- Size: 5.08 MB
- Stars: 2
- Watchers: 6
- Forks: 24
- 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"
]
}
```