emezeske/lein-cljsbuild

Checkouts projects without :cljsbuild causes warnings

Open

#413 创建于 2015年9月7日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Clojure (1,096 star) (153 fork)batch import
BugHelp WantedSuccessful Repro

描述

When you have a ClojureScript project with a non-ClojureScript checkouts project these warnings:

WARNING: no :cljsbuild entry found in project definition.
--------------------------------------------------------------------------------
WARNING: your :cljsbuild configuration is in a deprecated format.  It has been
automatically converted it to the new format, which will be printed below.
It is recommended that you update your :cljsbuild configuration ASAP.
--------------------------------------------------------------------------------
:cljsbuild
{:builds []}
--------------------------------------------------------------------------------
See https://github.com/emezeske/lein-cljsbuild/blob/master/README.md
for details on the new format.
--------------------------------------------------------------------------------

Happens in lein-cljsbuild 1.1.0, but not 1.0.6.

贡献者指南

Checkouts projects without :cljsbuild causes warnings · emezeske/lein-cljsbuild#413 | Good First Issue