browserify / browserify-handbook

how to build modular applications with browserify
Other
4.58k stars 292 forks source link

Test if is browsified #85

Open egandro opened 7 years ago

egandro commented 7 years ago

Hello everybody,

is there a nice / easy way to test if the code ist browsified?

I am using browsify on the backend and I'll try finding out a way if the location of my config files is different than at development time.

Of yourse I can use enviorment variables - and maybe - we have this included in browsify.

Thx!