Skip to content

Commit

Permalink
Add a new link to Advanced Compile throubleshooting section (bhauman#252
Browse files Browse the repository at this point in the history
)

* Improved throubleshooting section by adding a link to a blog post that
summarizes common techniques for avoiding and fixing advanced
compilation bugs.
  • Loading branch information
K1ll3rF0x authored Jul 3, 2020
1 parent 9dfd2cf commit 63e9952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/advanced_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ and understood these guides on the ClojureScript site:
* [Externs guide][externs-guide] is absolutely essential
* [Dependencies guide][dependencies-guide] is written with a focus on advanced compilation
* [Advanced compilation guide][advanced-guide] provides some extra info
* [Taming advanced compilation bugs][advanced-bugs-blog] A blog post summarizing methods for avoiding and
fixing advanced compilation bugs

[externs-guide]: https://clojurescript.org/guides/externs
[dependencies-guide]: https://clojurescript.org/reference/dependencies
[advanced-guide]: https://clojurescript.org/reference/advanced-compilation
[advanced-bugs-blog]: https://dev.solita.fi/2020/06/25/taming-cljs-advanced-compilation.html

0 comments on commit 63e9952

Please sign in to comment.