Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --base option to css compiler #34

Open
cblgh opened this issue Jun 5, 2022 · 0 comments
Open

Add --base option to css compiler #34

cblgh opened this issue Jun 5, 2022 · 0 comments

Comments

@cblgh
Copy link
Owner

cblgh commented Jun 5, 2022

With a --base option (or similar naming) the following invocation:

go run compiler.go --css ./../../html/assets/css --html ./../../html --out ./../../html/assets/themes

could potentially turn into:

go run compiler.go --base ./../../html --css assets/css --out assets/themes

(inspired by skimming thru @Thomasorus's recent twitch stream :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant