openSUSE / chameleon

openSUSE Design System for Web
https://static.opensuse.org/chameleon/
GNU General Public License v3.0
13 stars 10 forks source link

use simpler tools for building? #15

Open lnussel opened 4 years ago

lnussel commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

guoyunhe commented 4 years ago

@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.