Export also minified version of the files

This commit is contained in:
barsdeveloper
2022-05-11 21:07:45 +02:00
parent e416591784
commit 822782713f
8 changed files with 686 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
"description": "Unreal Engine's Blueprint visualisation library",
"main": "ueblueprint.js",
"scripts": {
"build": "rollup --config && sass scss/export.scss:dist/css/ueb-style.css --style=compressed"
"build": "rollup --config && sass scss/export.scss:dist/css/ueb-style.css && sass scss/export.scss:dist/css/ueb-style.min.css --style=compressed"
},
"repository": {
"type": "git",
@@ -35,4 +35,4 @@
"@easylogic/colorpicker": "^1.10.11",
"parsimmon": "^1.18.0"
}
}
}