mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Export also minified version of the files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user