-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Directly after yo dojo:
./build.sh -p ../../../profiles/myapp.profile.js --release
processing profile resource /Users/dirk/work/myapp/profiles/myapp.profile.js
discovering resources...
starting reading resources...
starting processing raw resource content...
starting tokenizing resource...
starting processing resource tokens...
starting parsing resource...
error(324) Error while transforming resource. resource: /Users/dirk/work/myapp/dojo/dojo.js; transform: 0; error: Error: ENOENT, open '/Users/dirk/work/myapp/dojo/dojo.js'
Using --dojoConfig:
./build.sh --dojoConfig ../../dojoConfig.js --release
dojo/dojox/dijit are minified in the release folder, but myapp is not.
Hopefully I'm just poking the bear the wrong way, but I can't seem to find a permutation of ./build.sh that works.