2017 © Pedro Peláez
 

library wrm-bootstrap

Bootstrap for Nette projects using Web Resource Management

image

mishak/wrm-bootstrap

Bootstrap for Nette projects using Web Resource Management

  • Wednesday, October 30, 2013
  • by mishak87
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Bootstrap for Nette projects using Web Resource Management

This is still experimental and I am working on way to circumvent composer definition and manual including of config., (*1)

Instalation

Composer

Add twitter/bootstrap to repositories in composer.json:, (*2)

"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%/../..

The Versions

30/10 2013

dev-master

9999999-dev

Bootstrap for Nette projects using Web Resource Management

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

bootstrap nette web resource management

06/01 2013

2.2.2

2.2.2.0

Bootstrap for Nette projects using Web Resource Management

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

bootstrap nette web resource management

06/01 2013

dev-test

dev-test

Bootstrap for Nette projects using Web Resource Management

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

bootstrap nette web resource management

28/11 2012

2.2.1

2.2.1.0

Bootstrap for Nette projects using Web Resource Management

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

bootstrap nette web resource management