You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to precompile templates for the client-side using pug-cli:
pug --client --no-debug template.pug
No matter if --no-debug or -D is specified, JS file always contains debug code.
The text was updated successfully, but these errors were encountered:
axln
changed the title
--no-debug options doesn't affect output when compiling for client
--no-debug option doesn't affect output when compiling for client
May 15, 2016
I'm trying to precompile templates for the client-side using pug-cli:
No matter if
--no-debug
or-D
is specified, JS file always contains debug code.The text was updated successfully, but these errors were encountered: