mtasa-typescript / mtasa-lua-utils

Utility functions and transformers for MTASA Typescript To Lua compilation
MIT License
6 stars 5 forks source link

glob pattern inside meta.xml #438

Open eone666 opened 1 year ago

eone666 commented 1 year ago

Description

Passing glob inside meta.xml (e.g. files: webui/build/**/* to recursively add all files contained in build folder and subfolders)

Is your feature request related to a problem? Please describe.

It will help to embed front-end frameworks for working with CEF (which generate many files)