Commit 2d21ed27 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Instala subdependencias antes de construir

parent e2e386e4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
module.exports = function(grunt) {

	var preBuildCmds = ['npm install'];

	grunt.config('redmicConfig.buildModules', {
		'dep/pruneCluster': [
		'dep/pruneCluster': preBuildCmds.concat([
			'grunt uglify'
		]
		])
	});
};