Bug Tracker

Ticket #14859 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

Custom Build: custom AMD name doesn't work

Reported by: jens.simon80@… Owned by:
Priority: blocker Milestone: 1.11.1/2.1.1
Component: build Version: 2.1.0
Keywords: Cc:
Blocking: Blocked by:

Description

When doing a custom build using a different AMD module name like

grunt custom --amd=""

or

grunt custom --amd="customname"

the

define('exports/amd',[
	"../core"
], function( jQuery ) {

won't be removed. This means that when used with RequireJS

define(['customname'], function (jQuery) {
    // ...
});

doesn't return the jQuery object because it defines always the name "exports/amd" for the module.

Change History

comment:1 Changed 9 months ago by Timmy Willison

  • Status changed from new to closed
  • Resolution set to fixed

Build: Fix AMD option for custom builds

Fixes #14859

Changeset: 984f77a930aa322bcc277762303370d7a2a4667a

comment:2 Changed 9 months ago by timmywil

  • Priority changed from undecided to blocker
  • Component changed from unfiled to build
  • Milestone changed from None to 1.11.1/2.1.1
Note: See TracTickets for help on using tickets.