Add .map file as part of the deployed newIDE web-app

This commit is contained in:
Florian Rival
2017-10-21 19:40:46 +02:00
parent 75ff956418
commit e127d1bb7b

View File

@@ -35,7 +35,6 @@ isGitClean().then(clean => {
shell.rm('-rf', 'dist');
shell.mkdir('-p', 'dist');
shell.cp('-r', '../app/build/*', 'dist');
shell.rm('dist/static/js/*.map');
if (!args['skip-deploy']) {
shell.echo('🚄 Uploading the built app to gh-pages...');