diff --git a/plugin/src/leiningen/cljsbuild.clj b/plugin/src/leiningen/cljsbuild.clj
index 2db2209..4752a1f 100644
--- a/plugin/src/leiningen/cljsbuild.clj
+++ b/plugin/src/leiningen/cljsbuild.clj
@@ -72,12 +72,9 @@
 (defn- run-local-project [project option-seq form]
   (lcompile/eval-in-project
     {:local-repo-classpath true
-     :source-path (:source-path project)
-     :extra-classpath-dirs (concat
-                             (:extra-classpath-dirs project)
-                             (map :source-path option-seq))
-     :dependencies (merge-dependencies (:dependencies project))
-     :dev-dependencies (:dev-dependencies project)}
+     :source-path (apply concat (:source-path project)
+                         (map :source-path option-seq))
+     :dependencies (merge-dependencies (:dependencies project))}
     form
     nil
     nil

Generated by Phil Hagelberg using scpaste at Wed Feb 22 06:11:58 2012. Local time zone must be set--see zic manual page. (original)