Skip to content

Instantly share code, notes, and snippets.

@alun
Created July 17, 2015 17:26
Show Gist options
  • Save alun/d8a395a02ec90a0a4a99 to your computer and use it in GitHub Desktop.
Save alun/d8a395a02ec90a0a4a99 to your computer and use it in GitHub Desktop.
(defproject bug-proof "1.0.0-SNAPSHOT"
:description "Figwheel can't be used with resource"
:plugins [[lein-figwheel "0.3.7"]
[lein-resource "14.10.2"]]
:resource {:resource-paths ["pages"]
:target-path "release"
:skip-stencil [#".*"]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment