Sage 8: Compile scripts without concat or minification for development?

Like the title says, I’m using sage 8.5… is there an easy way to stop the js files concatenation and minification for development ?

Getting some errors on a script, hard to debug with all minified and concatenated…

So is there no way to do this? how about in sage 9?

Hey man, I haven’t tried it personally but you’ll want to start by looking at the gulp file. Either edit one of the existing tasks or write a new task without piping to the minification and concat tasks.

What have you tried so far?