denali-js / cli

The official CLI for starting, building, and running Denali apps and addons
MIT License
5 stars 5 forks source link

On-the-fly compilation for addons that are not precompiled #31

Closed davewasmer closed 6 years ago

davewasmer commented 7 years ago

If we encounter an addon during the build process that is not precompiled, we should compile it on the fly, optionally adding a watch to recompile on changes.

Possible reasons precompiled might not be available:

  1. npm linking
  2. git dependency

We should roll this together with the inDevelopment flag used for watching and recompiling addons.

davewasmer commented 6 years ago

This is now working