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
To enhance the dojorc defaults we could add a --save-args flag that writes new defaults to dojorc.
For example dojo build -m dev --save-args would save mode: 'dev' to the dojorc so that the next time you ran dojo build without args it would pick up the dev mode argument.
The text was updated successfully, but these errors were encountered:
Enhancement
To enhance the dojorc defaults we could add a
--save-args
flag that writes new defaults todojorc
.For example
dojo build -m dev --save-args
would savemode: 'dev'
to thedojorc
so that the next time you randojo build
without args it would pick up the dev mode argument.The text was updated successfully, but these errors were encountered: