biotope-build icon indicating copy to clipboard operation
biotope-build copied to clipboard

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

Open smohadjer opened this issue 5 years ago • 2 comments

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.

smohadjer avatar May 25 '20 18:05 smohadjer

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

SheepFromHeaven avatar Jun 30 '20 09:06 SheepFromHeaven

Found the transfer functionality

SheepFromHeaven avatar Jun 30 '20 09:06 SheepFromHeaven