Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

require.js optimizer app.build.js documentation wanted [closed]

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?

like image 497
naugtur Avatar asked Mar 26 '26 18:03

naugtur


1 Answers

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

like image 68
Mifeng Avatar answered Mar 28 '26 07:03

Mifeng



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!