Skip to content

Duct module for developing and compiling ClojureScript

Notifications You must be signed in to change notification settings

scottlowe/module.cljs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duct module.cljs

Build Status

A Duct module that adds support for compiling ClojureScript for production and development.

Installation

To install, add the following to your project :dependencies:

[duct/module.cljs "0.2.2"]

Usage

To add this module to your configuration, add a reference to :duct.module/cljs to :duct.core/modules. You'll need to specify your main ClojureScript namespace via the :main key:

{:duct.core/modules [#ref :duct.module/cljs]
 :duct.module/cljs  {:main foo.client}}

This sets up the compiler.cljs key for compiling with lein duct compile, and the server.figwheel key for dynamically reloading ClojureScript files when calling (reset) in the REPL.

License

Copyright © 2017 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Duct module for developing and compiling ClojureScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%