Liking cljdoc? Tell your friends :D

slickgrid-cljs

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

Version

[onaio/slickgrid-cljs "0.0.4"]

Dev

To re-package a slightly different bunch of slickgrid dependencies, do the following:

  1. Install node v16.19.0
nvm install v16.19.0
nvm use v16.19.0
  1. Install uglifyjs
npm install uglifyjs
  1. Pull down SlickGrid from SlickGrid/master. This will be pulled into src/SlickGrid
git submodule init && git submodule update
  1. Build a distribution You can build a slickgrid-cljs distribution with or without dependencies and extras by running either of the following from the repository root:
make
make without-extras
  1. 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, apiyo, ivermac, Peter Lubell-Doughtie & Okal Otieno
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close