You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Generated on 2015-12-03 using generator-mendix 1.0.0 :: http://github.com/[object Object]
2
+
'use strict';
3
+
4
+
varpath=require('path'),
5
+
mendixApp=require('node-mendix-modeler-path'),
6
+
base64=require('node-base64-image'),
7
+
fs=require('fs'),
8
+
xml2js=require('xml2js'),
9
+
parser=newxml2js.Parser(),
10
+
builder=newxml2js.Builder(),
11
+
shelljs=require('shelljs');
12
+
13
+
// In case you seem to have trouble starting Mendix through `grunt start-mendix`, you might have to set the path to the Mendix application.
14
+
// If it works, leave MODELER_PATH at null
15
+
varMODELER_PATH=null;
16
+
varMODELER_ARGS='/file:{path}';
17
+
18
+
// In case you have a different path to the test project (currently in ./test/Test.mpr) point TEST_PATH to the Test-project (full path). Otherwise, leave at null
19
+
varTEST_PATH=null;
20
+
// Use this example if you want to point it to a different subfolder and specific Test project Name:
21
+
// var TEST_PATH = path.join(shelljs.pwd(), './<custom folder>/<Custom Test Project Name>.mpr');
0 commit comments