2017 © Pedro Peláez
 

symfony-bundle css-bundle

CSS bundle

image

ingalabs/css-bundle

CSS bundle

  • Wednesday, February 22, 2017
  • by antalaron
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CSS Bundle

About

A Symfony bundle to modify and serve CSS files., (*1)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

$ composer require ingalabs/css-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*4)

<?php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...

            new IngaLabs\CssBundle\IngaLabsCssBundle(),
        ];

        // ...
    }

    // ...
}

License

This bundle is under MIT License., (*5)

The Versions

22/02 2017

dev-master

9999999-dev https://github.com/ingalabs/css-bundle

CSS bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

css bundle