Skip to content

Files

Latest commit

0274349 · Jan 31, 2020

History

History
This branch is 190 commits behind cljsjs/packages:master.

bootstrap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 13, 2016
Jun 24, 2019
Jan 31, 2020

cljsjs/bootstrap

[cljsjs/bootstrap "3.4.1-0"] ;; latest release

This jar comes with deps.cljs as used by the Foreign Libs feature of the ClojureScript compiler. After adding the above dependency to your project you can require the packaged library like so:

(ns application.core
  (:require cljsjs.bootstrap))