-
Notifications
You must be signed in to change notification settings - Fork 2
-
Support Frameworks + Webpack Configuration
No due date Last updated almost 8 years agoA pantry should be aware of what type of framework its ingredients …
A pantry should be aware of what type of framework its ingredients use, and the Roux ecosystem should support rendering ingredients of (m)any frameworks. Additionally, an application should be able to define its own webpack config, with any plugins and loaders it needs, and this should work for Roux as well.
This milestone contains work related to allowing customizable webpack configs, generating those webpack configs, allowing pantries to know what framework they use, and rendering ingredients in that framework with the roux-server and/or Bechamel.
-
Testing
No due date Last updated over 8 years agoIngredients and pantries should be easy to test. It should be easy …
Ingredients and pantries should be easy to test. It should be easy to write both unit and functional tests, easy to run those tests, and easy to obtain coverage data.
This milestone contains the work to support testing for Roux.