Questions tagged [build-process]

The act of transforming source code files into independent software artifacts that are capable of running on a computer system.

Ugly consequences arise as Gulp stumbles upon uncharted territory during the uglify

I'm experiencing an issue with my squish-jquery task. Every time I run it, I encounter the following error: Starting 'squish-jquery'... events.js:85 throw er; // Unhandled 'error' event ^ Error at new JS_Parse_Error (/Users/shill7/D ...

Troubleshooting GULP Build Task Failure in Visual Studio Team Services: Module Not Found Error

I've been working on setting up continuous integration for my project team. We are currently pushing an angular/node project to a git repository in Team Services. The build process runs smoothly until it encounters the gulp task. Before the gulp task, step ...