mishak / wrm-bootstrap
Bootstrap for Nette projects using Web Resource Management
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
pkg:composer/mishak/wrm-bootstrap
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: 2025-10-25 17:02:37 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%/../..