Fork me on GitHub
#cljsjs
<
2017-04-11
>
crisptrutski13:04:07

@juhoteperi @martinklepsch whoops - new machine and very silly default “push all branches” git strategy 😅

juhoteperi14:04:55

@crisptrutski Seems okay, urls should use +lib-version+ but I'll probably catch that the next time the lib is updated

juhoteperi14:04:02

I guess we could enable the master branch protections

juhoteperi14:04:12

(just need to add exception for myself :D)

frederic17:04:52

I’m packaging a new version of Quill

frederic18:04:22

and I noticed a few oddities in https://github.com/cljsjs/packages/blob/master/quill/build.boot and wondered if I should fix them or leave them as they are

frederic18:04:57

Oddity #1 : all files go into cljsjs/quill/

frederic18:04:38

I was expecting the minified js to go into cljsjs/quill/production

frederic18:04:51

and the non-minified js into cljsjs/quill/development

frederic18:04:13

and the css into cljsjs/quill/common (since there isn’t a minified and a non-minified version)

frederic18:04:48

Oddity #2 : the css files are not renamed to *.inc.css

frederic18:04:08

Should I change that as I submit a pull-request for a new version?