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

use simpler tools for building? #15

Open
lnussel opened this issue Feb 25, 2020 · 3 comments
Open

use simpler tools for building? #15

lnussel opened this issue Feb 25, 2020 · 3 comments

Comments

@lnussel
Copy link
Member

lnussel commented Feb 25, 2020

I was considering to package this theme. Packaging gulp however seems to require quite some effort. Are the more simple tools around that could be used instead?

@guoyunhe
Copy link
Collaborator

Hi, you don't need to build it. All compiled assets are in dist folder. Though minified, they are still readable code, not binary.

@lnussel
Copy link
Member Author

lnussel commented Feb 25, 2020

Sure but that's not the point of a package. We don't bundle precompiled binaries in the distro either after all :)

@guoyunhe
Copy link
Collaborator

@lnussel they are not binary. Gulp just combined multiple *.js into one *.js with a little glue. If you look at the code in dist, here are even comments left to help understand the code. You can also directly modify that file directly and the change will take effects.

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

2 participants