dojo-build Questions
3
My dojo application breaks after building, during loading the app, throwing 'multipleDefine' and giving this error:
Error {src: "dojoLoader", info: Object}
Message: multipleDefine
info: Ob...
Matilda asked 17/5, 2013 at 1:28
2
Solved
A while back, I looked into a solution for the "flash of unstyled content" when using Dojo and Dojo themes. Someone suggested to combine everything by creating a build, and it'll reduce the load/pa...
Glede asked 16/10, 2012 at 20:7
1
Solved
I've made a dojo build, but I wanted the flexibility when enabling/disabling the build, so I've tried to load in in <script> tags in HTML header:
<script src="js/config.js"></script...
Bluestone asked 30/7, 2013 at 6:46
1
Wow, this is totally confusing and the dojo 1.8 documentation seems a complete clusterf**k around build layers. Anybody have a clue what's going on there?
In the build script example profiles, the...
Exorcist asked 30/11, 2012 at 2:27
1
Solved
I studied the build tutorial, found the web build (1.7.2 only), and tested several examples - however, I could not find an easy explanation of the build system.
Let's say my app is a single web p...
Stanhope asked 16/8, 2012 at 13:23
1
Solved
I've a problem trying to create a custom build on Dojo, I dont even know is it possible what I want..
I want to have a "single js file" loading all the components that i use across the applicatio...
Colophon asked 11/8, 2012 at 20:26
2
I have used the below (1.7) custom build profile to build my release folder.
var profile = {
basePath: "..",
action: "release",
cssOptimize: "comments",
mini: true,
optimize: "closure",
layerOptim...
Hoke asked 21/5, 2012 at 9:30
1
Solved
this was my first dojo build so please excuse my ignorance in this matter.
I've just created my custom build from dojo build system using the following (very simplified) profile:
dependencies = {...
Panegyrize asked 9/9, 2009 at 14:47
1
© 2022 - 2024 — McMap. All rights reserved.