grommet / grommet-toolbox

[DEPRECATED] Developer Environment for Grommet applications
Apache License 2.0
13 stars 24 forks source link

Improvement: Create an option to do not minify the code for debugging #33

Closed gustahrodrigues closed 8 years ago

gustahrodrigues commented 8 years ago

When we are working on some development, usually we get a JS error at Browser console.

Since our code is minified, it's hard to check which line that error occur.

Can we improve that?

alansouzati commented 8 years ago

gulp dist --skipMinify will do it.

We have an Advanced Usage wiki where we describe this and other toolbox capabilities.

https://github.com/grommet/grommet-toolbox/wiki/Advanced-Usage#create-a-dist-without-minified-code