biotope / biotope-build

Biotope Build Framework
https://build.biotope.sh
MIT License
24 stars 10 forks source link

copy.js task should copy both .js and .js.map files to vendor #422

Open smohadjer opened 4 years ago

smohadjer commented 4 years ago

If I have in projectConfig.js this:

        externalResources: {
            '@webcomponents' : [
                'webcomponentsjs/webcomponents-bundle.js',
                'webcomponentsjs/webcomponents-bundle.js.map'
            ]

Only the .js file ends up in vendor and not the .js.map file. Please add support for copying map files.

SheepFromHeaven commented 4 years ago

Moved to https://github.com/biotope/biotope-build/issues/421

SheepFromHeaven commented 4 years ago

Found the transfer functionality