Download the PHP package kyoushu/asset-installer-bundle without Composer
On this page you can find all versions of the php package kyoushu/asset-installer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kyoushu/asset-installer-bundle
More information about kyoushu/asset-installer-bundle
Files in kyoushu/asset-installer-bundle
Download kyoushu/asset-installer-bundle
More information about kyoushu/asset-installer-bundle
Files in kyoushu/asset-installer-bundle
Vendor kyoushu
Package asset-installer-bundle
Short Description A bundle for copying vendor assets (e.g. images, webfonts) into the web directory
License GPL v2
Package asset-installer-bundle
Short Description A bundle for copying vendor assets (e.g. images, webfonts) into the web directory
License GPL v2
Please rate this library. Is it a good library?
Informations about the package asset-installer-bundle
KyoushuAssetInstallerBundle
A bundle for copying vendor assets (e.g. images, webfonts) into the web directory.
The master branch is currently a development build, and should not be used for live projects.
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
All versions of asset-installer-bundle with dependencies
PHP Build Version
Package Version
The package kyoushu/asset-installer-bundle contains the following files
Loading the files please wait ....