gosukiwi / Blueberry

A beautiful programming language with clean syntax which compiles to PHP
MIT License
63 stars 10 forks source link

Grunt/Gulp compatibility #15

Open gosukiwi opened 10 years ago

gosukiwi commented 10 years ago

Right now, the easiest way to compile Blueberry files is using the compiler CLI. It would be awesome if the compiler worked with Grunt or Gulp (possibly both eventually), so you could automate the process, watch all *.bb files and compile them as needed.

hikari-no-yume commented 10 years ago

On that note, why doesn't the CLI support recursive watching?

gosukiwi commented 10 years ago

I never actually implemented it, the CLI didn't have much attention as I mainly focused on the language. Maybe we could just simplify the CLI and default to Grunt or Gulp.