mishak/wrm-bootstrap

Bootstrap for Nette projects using Web Resource Management

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

2.2.2 2013-01-06 17:17 UTC

This package is not auto-updated.

Last update: 2024-03-16 09:36:39 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%/../..