Opened 10 years ago
Closed 10 years ago
#13397 closed enhancement (fixed)
using builder to convert to AMD format would loose //>>excludeStart/End blocks
Reported by: | liucougar | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
after using the builder to convert all our code to AMD format, any blocks like the following are removed from the output:
//>>excludeStart("debugCommentPlugin", true); if('_tpUnique' in dojo.config){ return {datetime:String(24*60*60*1000+dojo.config._tpUnique++*60000)}; } //>>excludeEnd("debugCommentPlugin");
this block should be removed in built release, but it would be good if it's maintained when only doing a AMD conversion build
Change History (2)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Set the build switch applyDojoPragmas to falsy (e.g., applyDojoPragmas=0) and all dojo pragmas will be passed without modification.