Commit 0254a112 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige rutas de test, limpia redmic de dojoConfig

parent bbb82b1b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@ dojoConfig = {
	},{
		name: 'app',
		location: '../../src/oldapp'
	},{
		name: 'redmic',
		location: '../../src/component'
	},{
		name: 'RWidgets',
		location: '../../src/util/widgets'
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ module.exports = function(args) {

	dojoConfig.packages.push({
		name: 'test',
		location: '../../../test'
		location: '../../test'
	});

	return dojoConfig;
Loading