bradcornford / Bootstrapper

An easy way to integrate Twitter Bootstrap with Laravel
MIT License
23 stars 15 forks source link

Assets publishing path missmatch #23

Closed domifromch closed 9 years ago

domifromch commented 9 years ago

When I publish the assets files with the artisan-command they are saved in 'public/packages/cornford/bootstrapper/assets/css' (same for js-files). Loading the assets files with 'Bootstrap::css()' generates the path 'assets/css' (and 'assets/js'). The path constants in BoostrapBase.php need to be adjusted... Thanks!

bradcornford commented 9 years ago

Ah yes, you are correct.

I'm currently in the process of bumping the asset versions, and fixing inconsistencies between the versions. Once this is done, i'll put a bug fix together for this.

bradcornford commented 9 years ago

This issue has now been fixed in version 1.3.0