Closed domifromch closed 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.
This issue has now been fixed in version 1.3.0
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!