How set release mode in Dart Editor -


with sdk 1.3, when use pub build in dart editor, generate lot of files isntead of 1 minify file. if use pub in console --mode=release, make file.

how set default mode in dart editor?

somehow, executing pub build through dart editor run on debug mode. far, work around run though command line.

this open issue, although there seems no plan regarding yet.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -