Skip to content

Simple PHP class for generating css and js links from bower components

License

Notifications You must be signed in to change notification settings

Asmodeyby/phpBowerLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpBowerLinker

Simple PHP class for generating css and js links from bower components. Just check simple demo from sample. Use any webserver and check /sample/index.php in your browser

#How to use class?

$bowerClass = new Helper_Bower("bower.json", "bower_components/");
$bowerClass->getAssets();
$bowerClass->prepareAssets();
$assets = $bowerClass->processAssets();
$assets = join("\r", $assets);

That's all!

About

Simple PHP class for generating css and js links from bower components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages