Skip to content

Generate YML assets config file from an non-bundled view vendor

License

Notifications You must be signed in to change notification settings

Jitrixis/AsseticsMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsseticsMaker

PiPY - 3.4.0 Licence - MIT

Generate YML assets config file from an non-bundled view vendor

Use

for all files in the current directory

cd vendor/acme
tree -fi | python3 ~/AsseticsMaker.py ${PWD##*/} > ../../app/config/config_assets.yml

for specified files in the current directory

cd vendor/acme
tree -fi -P "*.js|*.css|*.jpg|*.jpeg|*.gif|*.png|*.eot|*.svg|*.ttf|*.woff" | python3 ~/AsseticsMaker.py ${PWD##*/} > ../../app/config/config_assets.yml

Arguments

python3 ~/AsseticsMaker.py vendor_name

About

Generate YML assets config file from an non-bundled view vendor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages