Questions tagged [dojo-build]

Questions about Dojo Build system, allowing to merge multiple modules into single files, therefore creating compact release.

Dojo build system allows to merge multiple Javascript modules into single files, and inline CSS imports. It is used for creating release distributions, which contains a few big files instead of a few hundred small modules.

The documentation about Dojo build:

65 questions
0
votes
1 answer

Dojo custom build to several files

How I can build the dojotoolkit sources to several files? I want build all to dojo-all.js, dijit-all.js, dojox-all.js and a folder with css and images. I found solutions only if you specify dependencies, but I don't known what modules I will use,…
mrgrechkinn
  • 883
  • 8
  • 19
0
votes
1 answer

Is it possible to build a dojo custom build without copying the dojo sdk into the project?

I want to make a custom build of my Dojo project. For example, it is located at D:/projects/myproject,. and I have the Dojo SDK at D:/programs/dojo1.8. I want to separate Dojo and my project code to be independent of Dojo version. When I'm building…
Stepan
  • 36
  • 4
0
votes
0 answers

Dojo build for dijit creates file containing only undefined;

I'm creating a custom build for my dojo application. I've created the following profile.js: var profile = { basePath: "../../../", releaseDir: "./releases/custom", packages: ['dojo', 'dijit', 'dojox' ], cssOptimize: 'comments', …
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
0
votes
1 answer

Dojo AMD style templates for EnhancedGrid Filter plugin

I have an Enhanced grid with Filter plugin as shown below: