Fork me on GitHub
#hoplon
<
2015-08-13
>
catonano07:08:27

@onetom Hi ! Thank you !

onetom07:08:19

@catonano: im just looking into how to generate semantic ui from its original .less sources so we can do some theming on it.

catonano08:08:31

@onetom that would have been the following question 😉

onetom08:08:40

i will keep you updated in that case simple_smile i've just looked into https://github.com/webjars/Semantic-UI but according to the file list: http://www.webjars.org/listfiles/Semantic-UI/2.0.7 it doesn't have • extern files • .less sources so i was thinking about using https://github.com/Semantic-Org/Semantic-UI-LESS and package it up ourselves and when included into a project, we can compile it together with customizations, using https://github.com/Deraen/boot-less

onetom09:08:46

I'm getting a

ERROR file:/Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-multipage-example/1ss8/-kea5xo/sui/semantic.less 15:1
Appender symbol is not allowed inside top level rulesets.
error, but it seems the underlying library has just recently released support for this: https://github.com/SomMeri/less4j/wiki/Released-Versions#less4j-1130
• Top level rulesets allow appender &.

onetom09:08:57

i've forked less4clj and boot-less to update the less4j version but it's not terminating for me 😞

onetom09:08:25

boot -BP -t target -d deraen/boot-less:0.4.1-SNAPSHOT -s src/sui less
Compiling {less}... 49 changed files.
<and hangs here>

catonano09:08:12

Whereś the repo in which you're doing these experiments ?

onetom10:08:20

just locally so far, but let's make a repo for it. where shall it reside and how shall we name it?

onetom10:08:57

it should showcase how to use customized semantic-ui from hoplon6, right?

catonano12:08:19

@onetom I was at luch. Yeah, hoplon-semantic-ui-example is good to me