mishak / wrm-bootstrap
Bootstrap for Nette projects using Web Resource Management
Package info
github.com/mishak87/wrm-bootstrap
Language:JavaScript
pkg:composer/mishak/wrm-bootstrap
2.2.2
2013-01-06 17:17 UTC
Requires
- mishak/web-resource-management: >=1.2.1
- mishak/wrm-jquery: >=1.8.3
- twitter/bootstrap: 2.2.2
This package is not auto-updated.
Last update: 2026-03-14 18:38:16 UTC
README
This is still experimental and I am working on way to circumvent composer definition and manual including of config.
Instalation
Composer
Add twitter/bootstrap to repositories in composer.json:
"repositories": [
{
"type": "package",
"package": {
"version": "2.2.2",
"name": "twitter/bootstrap",
"source": {
"url": "https://github.com/twitter/bootstrap.git",
"type": "git",
"reference": "tags/v2.2.2"
},
"dist": {
"url": "https://github.com/twitter/bootstrap/zipball/v2.2.2",
"type": "zip"
}
}
}
]
App config
includes:
- ../../libs/mishak/wrm-bootstrap/config.neon
parameters:
libsDir: %appDir%/../..