reactjs-php-bundle icon indicating copy to clipboard operation
reactjs-php-bundle copied to clipboard

How to validate path in configuration ?

Open qpautrat opened this issue 10 years ago • 1 comments

A simple validation is done at compilation to check if file exist with file_exists(). That means that file can be moved after compilation for some reason. On the other hand doing a verification on each execution is bad imo. In any case, people should be able to use a remote path.

Should we keep validation ? If yes how to do that ?

qpautrat avatar Jul 30 '15 18:07 qpautrat

I removed validation for 1.0.0 (2c3cd77c46e3d89ab185115d50e6ef491545c757). But still i let this issue open.

qpautrat avatar Aug 03 '15 13:08 qpautrat