Download the PHP package risrc/asset-installer without Composer
On this page you can find all versions of the php package risrc/asset-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download risrc/asset-installer
More information about risrc/asset-installer
Files in risrc/asset-installer
Download risrc/asset-installer
More information about risrc/asset-installer
Files in risrc/asset-installer
Vendor risrc
Package asset-installer
Short Description Copies configured asset files during composer update or install
License MIT
Package asset-installer
Short Description Copies configured asset files during composer update or install
License MIT
Please rate this library. Is it a good library?
Informations about the package asset-installer
Composer Asset Installer
This is a little helper that eases the usage of assets through composer. It copies configured assets (individual files or directories) from the vendor folder to specified directories in your application.
Usage
Require this package in your composer.json file
Add post-package-install
and post-package-update
hooks
Configure your assets
Configuration
A note for Compass users:
The path configuration from your compass config file is applied automatically,
if you can execute compass config -p <compass property>
where composer is executed .
Available placeholders
{{LIBRARY_NAME}}
will be replaced with the package name without vendor prefix{{BASE_PATH}}
can be configured withbase-path
(defaults to Compass propertyproject_path
){{JS_PATH}}
can be configured withjs-path
(defaults to Compass propertyjavascripts_path
){{CSS_PATH}}
can be configured withcss-path
(defaults to Compass propertycss_path
){{SASS_PATH}}
can be configured withsass-path
(defaults to Compass propertysass_path
){{FONTS_PATH}}
can be configured withfonts-path
(defaults to Compass propertyfonts_path
){{IMAGE_PATH}}
can be configured withimage-path
(defaults to Compass propertyimages_path
){{LIB_PATH}}
can be configured withlib-path
(defaults tolib/{{LIBRARY_NAME}}
){{JS_LIB_PATH}}
can be configured withjs-lib-path
(defaults to{{JS_PATH}}/{{LIB_PATH}}
){{CSS_LIB_PATH}}
can be configured withcss-lib-path
(defaults to{{CSS_PATH}}/{{LIB_PATH}}
){{SASS_LIB_PATH}}
can be configured withsass-lib-path
(defaults to{{SASS_PATH}}/{{LIB_PATH}}
){{FONTS_LIB_PATH}}
can be configured withfonts-lib-path
(defaults to{{FONTS_PATH}}/{{LIB_PATH}}
){{IMAGE_LIB_PATH}}
can be configured withimage-lib-path
(defaults to{{IMAGE_PATH}}/{{LIB_PATH}}
)
Override default path config (optional)
Configure your assets
License
See LICENSE
All versions of asset-installer with dependencies
PHP Build Version
Package Version
No informations.
The package risrc/asset-installer contains the following files
Loading the files please wait ....