Question

Optimization script for RequireJS is configured by app.build.js file (it's just a convention) This file defines how the project is built.

Basic usage of this file is described here: http://requirejs.org/docs/optimization.html#wholeproject

But I was unable to find any documentation on avaliable options. I was only able to find examples allowing me to deduce some of the options I am surrently using.

Is there any documentation except the page I just linked?

Était-ce utile?

La solution

It is listed under "All configuration options", at http://requirejs.org/docs/optimization.html#options.

The documented example.build.js is at https://github.com/jrburke/r.js/blob/master/build/example.build.js

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top