Bundling https://github.com/mleibman/SlickGrid as a jar.
I tried to do this using cljsjs and boot, but failed, and fell back to using uglify.js and straight up deps.cljs
.
I have used the namespace cljsjs.slickgrid
as what the installation "provides", because I hope eventually this ends up in cljsjs
[onaio/slickgrid-cljs "0.0.4"]
To re-package a slightly different bunch of slickgrid dependencies, do the following:
npm install uglifyjs
src/SlickGrid
git submodule init && git submodule update
make
make without-extras
lein deploy clojars
when you are ready with it all.Alternatively, you can add a new make target if you have different build requirements, and update the deps.clj correspondingly, by adding a new entry to the :foreign-libs
list with appropriate values.
Can you improve this documentation? These fine people already did:
prabhasp, William Mucheru, ivermac, Peter Lubell-Doughtie & Okal OtienoEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close