-
Notifications
You must be signed in to change notification settings - Fork 46
Compressor: concepts
-
defaultBundle
: settings this for a script's path will automatically add this script into a virtual bundle with the specified name -
virtual bundle
: this bundle will not have any output, instead we process all the scripts that it should contain using the provided configuration parameters so that you can include it in other bundles -
bundle including
: you can compose bundles by using folder paths, file names or even other bundles -
autoCompressor
: alpha version of a compressor that tries to find script dependencies on its own. It also supports adding/excluding [NYI: #18] so that you can modify its output manually
[Passing values between ASP.NET and JavaScript] (https://github.com/vtfuture/RequireJSDotNet/wiki/Passing-values-between-ASP.NET-and-JavaScript)