Skip to content
Snippets Groups Projects
Commit 4aa4a862 authored by rhenck's avatar rhenck
Browse files

Improve built file names

parent fde786b5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ childProcess.fork('node_modules/iqb-dev-components/src/js_css_packer.js',
const fileContent = fs.readFileSync(wrapperPath, 'utf8').toString();
fs.writeFileSync('dist/index.html', fileContent, 'utf8');
const targetFileName = `${packageName}-${packageVersion}.html`;
const targetFileName = `verona-${packageName}-aspect-${packageVersion}.html`;
childProcess.fork('node_modules/iqb-dev-components/src/distpacker.js',
['dist', targetFileName]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment