[cljsjs/material-colors "1.2.5-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:
(ns application.core
(:require cljsjs.material-colors))
See the Javascript documentation for more details.
Updated the version number in build.boot and README.md.
The build.boot will download the matching source from the github archive then minify the extracted js file.
The material-colors.ext.js file was manually created, but only has one entry.