Support the ongoing development of Laravel.io →
posted 9 years ago
Installation
Last updated 1 year ago.
0

I had the same problem as you and solved it with this. Use your first example, but your scripts() block should look like this:

    .scripts([
      paths.jquery + 'dist/jquery.js',
      paths.bootstrap + 'javascripts/bootstrap.js'
    ], 'public/js/vendor.js', './');

Note that I've reversed the last 2 arguments. This properly grabs jQuery and Bootstrap from the vendor/bower_components folder and concatenates them into public/js/vendor.js without needing to copy them into resources first.

0

sbarre is correct, they changed the order of the baseDir and outputDir here: https://github.com/laravel/elixir/commit/406bfcd2b8d05540c0b39...

It also messed up my scripts when I upgrades around that time.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

cannap cannap Joined 31 Jan 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.