proton
proton copied to clipboard
CLI Tool for compiling web pages and email
### Discussed in https://github.com/foundation/proton/discussions/20 Originally posted by **benthien** February 22, 2022 Has anyone been able to get the watch command to work in Proton? If so I would like to...
The watch command works well when you update the content in the pages. However, if you update a partial or macro, it will not work. Twig seems to be caching...
Does not seem to install correctly on ubuntu. The install command: `composer global require foundation/proton` will run after upgrading to composer 2 and PHP8 (not a huge deal), after installation...
Most data in the release notes... https://github.com/foundation/proton/releases/tag/v0.5.0
The README is basically a brain dump of all of the features. This needs to be reworked so that it's easier to consume.
Right now, there are no tests. It would be great to build out the templates inside `sample` and build tests around their expected output into the `dist` folder.
Improve the output of the proton commands. Add logging at various steps. Add a standard verbose option to increase the amount of logging to the screen.
Add full support for Inky syntax inside of Twig templates. There is already a Inky Twig extension. This will allow proton to be used with Foundation for Emails