We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e752e13 commit 1ec77c2Copy full SHA for 1ec77c2
.gitignore
@@ -3,8 +3,11 @@
3
/integration-tests/wordpress/
4
/vendor/
5
/vendor_prefixed/
6
+.calva/
7
+.clj-kondo/
8
.cpcache/
9
.direnv/
10
+.lsp/
11
node_modules/
12
coverage/
13
admin/*.js*
integration-tests/clj/wp2static_test/main.clj
@@ -26,7 +26,7 @@
26
(assoc this :process nil)))))
27
28
(def plugins-dirs
29
- ["bedrock/web/app/plugins"
+ [#_"bedrock/web/app/plugins"
30
"wordpress/wp-content/plugins"])
31
32
(defrecord WP2Static [plugins-dirs started?]
0 commit comments