Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
]
}
```