Skip to content

JavaScript only projects

Sebastian Bensusan edited this page Aug 26, 2015 · 2 revisions

Surprisingly, due to its new :libs reloading capabilities Figwheel can be used to develop projects that only use JavaScript. We are not recommending figwheel workflow for general JavaScript development but somebody might find a use for this weird mode of operation. Please note that this use case is not priority, so don't open issues specific to it since they will probably be ignored.

You can find an example project here with instructions on how to run it. So far, I've found two restrictions:

  • You need to use Google Closure Modules, goog.provide and goog.require.
  • The namespaces can't have hyphens.