Git Product home page Git Product logo

Comments (4)

curtosis avatar curtosis commented on July 18, 2024

Been running in circles on this one myself... it seems to be related to this technomancy/leiningen#1563 but I can't make sense of the trail there. There are several issues marked "closed" but I still have the problem with current versions of the relevant plugins.

from lein-resource.

m0smith avatar m0smith commented on July 18, 2024

See gh-14 for a similar problem

Please do a lein deps :plugin-tree and look for another plugin having core.cache as a dependency. When you find it, exclude org.clojure/core.cache from that plugin like:

(defproject bug-proof "1.0.0-SNAPSHOT"
  :description "Figwheel can't be used with resource"
 :dependencies [[org.clojure/data.priority-map "0.0.7"]]
  :plugins [
            [lein-figwheel "0.3.7" :exclusions [org.clojure/core.cache]]
            [lein-resource "14.10.2"]]
  :resource {:resource-paths ["pages"]
             :target-path "release"
             :skip-stencil [#".*"]})

When you find it, please post which plugin was causing the problem. If you can't get it resolved, post the output of lein deps :plugin-tree and I will take a look.

from lein-resource.

m0smith avatar m0smith commented on July 18, 2024

release 15.10.1 should have this fixed

from lein-resource.

m0smith avatar m0smith commented on July 18, 2024

Assumed resolved in 15.10.1 .. reopen if people have a similar problem.

from lein-resource.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.