paperclip-ui / legacy-paperclip

Paperclip is a common language for designers and developers
http://paperclip.dev
Other
201 stars 13 forks source link

PHP Blade compiler research #875

Open crcn opened 3 years ago

crcn commented 3 years ago

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

crcn commented 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).

crcn commented 3 years ago

Looks like Laravel has its own build tool:

https://laravel.com/docs/8.x/mix