2017 © Pedro Peláez
 

library asset-installer-bundle

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory

image

kyoushu/asset-installer-bundle

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory

  • Thursday, June 19, 2014
  • by Kyoushu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

KyoushuAssetInstallerBundle

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory., (*1)

The master branch is currently a development build, and should not be used for live projects., (*2)

Installation

AppKernel.php

// ...
new Kyoushu\AssetInstallerBundle\KyoushuAssetInstallerBundle(),
// ...

config.yml

# ...

kyoushu_asset_installer:
    assets:
        jquery:
            input: "%kernel.root_dir%/../vendor/component/jquery/jquery.min.js"
            output: "%kernel.root_dir%/../web/js/jquery.min.js"
        font_awesome:
            input: "%kernel.root_dir%/../vendor/fortawesome/font-awesome/fonts"
            output: "%kernel.root_dir%/../web/fonts"
        open_sans:
            input: "%kernel.root_dir%/../vendor/fontfacekit/open-sans/fonts"
            output: "%kernel.root_dir%/../web/fonts"

# ...

Installing Vendor Assets

app/console kyoushu:install-assets

The Versions

19/06 2014

dev-master

9999999-dev

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory

  Sources   Download

GPL v2

The Requires

 

by Avatar Kyoushu

19/06 2014

0.0.1

0.0.1.0

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory

  Sources   Download

GPL v2

The Requires

 

by Avatar Kyoushu