This is my first time with npm and bower.
I have install composer-extra-assets and some JS library from bower (see composer.json below).
I want to pack all js and css installed in the folder vendor/bower_components in two big files apps.js and apps.css. Does composer-extra-assets can do the job ? If not do you have some tips / scripts to do the job ?
That's not the job of composer-extra-assets. But you can use composer-extra-assets to install webpack (using require-npm) and build you app using that. Or you use browserify.
Hi,
This is my first time with npm and bower. I have install
composer-extra-assets
and some JS library from bower (see composer.json below). I want to pack all js and css installed in the foldervendor/bower_components
in two big filesapps.js
andapps.css
. Doescomposer-extra-assets
can do the job ? If not do you have some tips / scripts to do the job ?Best regards,
composer.json