Open crcn opened 3 years ago
Can take inspiration from other libraries like SASS and Less. Looks like they have a few options - a CLI tool for compiling to CSS, and also a PHP API.
Seems like the most sane approach is to just have devs build PC files using a CLI tool and have assets spit out into certain directories (config defined in paperclip.config.json).
Looks like Laravel has its own build tool:
WIP
Something worth exploring for inspiration about how PC can be used in other languages. Not necessarily a ticket item for building out a PC compiler.
https://laravel.com/docs/8.x/blade
Notes:
CC @zephraph