pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
391 stars 42 forks source link

Ask the user for installing pugjs node module #171

Closed kylekatarnls closed 7 years ago

kylekatarnls commented 7 years ago

As the pugjs is not mandatory for default pug-php options, it should not be automatically installed but asked to the user.

Specifications: Composer in interactive mode: Ask for "Do you plan to use the pug node engine for some rendering? If you're not sure, press enter [Y/n]" (yes by default)

Composer non-interactive mode: Install pug node engine.

Original requests: #132 https://github.com/phug-php/phug/issues/8

kylekatarnls commented 7 years ago

Released in 3.1.0