cljsjs

crisptrutski 2017-04-11T13:46:07.761926Z

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

juhoteperi 2017-04-11T14:07:55.303114Z

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

juhoteperi 2017-04-11T14:09:02.330518Z

I guess we could enable the master branch protections

juhoteperi 2017-04-11T14:09:12.334288Z

(just need to add exception for myself :D)

frederic 2017-04-11T17:59:20.094123Z

Hi there !

frederic 2017-04-11T17:59:52.107459Z

I’m packaging a new version of Quill

frederic 2017-04-11T18:00:22.121364Z

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

frederic 2017-04-11T18:00:57.136374Z

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

frederic 2017-04-11T18:01:38.153324Z

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

frederic 2017-04-11T18:01:51.158450Z

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

frederic 2017-04-11T18:02:13.167353Z

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

frederic 2017-04-11T18:02:48.182189Z

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

frederic 2017-04-11T18:03:08.190237Z

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