cljsjs

camdez 2018-08-08T20:04:39.000170Z

@camdez has joined the channel

camdez 2018-08-08T20:08:31.000116Z

Is it desirable, in a build.boot file, to add .inc to filenames that don’t have it in the original package? i.e. foo.js -> foo.inc.js / foo.min.inc.js? I’m not familiar with this convention and Googling is not going well…is it just a CLJSJS thing?

miikka 2018-08-09T12:37:41.000203Z

@camdez I think it's just a CLJSJS thing.

camdez 2018-08-09T13:40:09.000432Z

@miikka Thanks!