diff --git a/dijit-all.js b/dijit-all.js deleted file mode 100644 index d576c2c15..000000000 --- a/dijit-all.js +++ /dev/null @@ -1,75 +0,0 @@ -define([ - "./main", - "./dijit", - "./ColorPalette", - "./Declaration", - "./Dialog", - "./DialogUnderlay", - "./TooltipDialog", - "./Editor", - "./_editor/plugins/FontChoice", - "./_editor/plugins/LinkDialog", - "./Menu", - "./MenuItem", - "./PopupMenuItem", - "./CheckedMenuItem", - "./MenuBar", - "./MenuBarItem", - "./PopupMenuBarItem", - "./MenuSeparator", - "./ProgressBar", - "./TitlePane", - "./Toolbar", - "./Tooltip", - "./Tree", - "./InlineEditBox", - "./form/Form", - "./form/Button", - "./form/DropDownButton", - "./form/ComboButton", - "./form/ToggleButton", - "./form/CheckBox", - "./form/RadioButton", - "./form/TextBox", - "./form/ValidationTextBox", - "./form/CurrencyTextBox", - "./form/DateTextBox", - "./form/TimeTextBox", - "./form/NumberSpinner", - "./form/NumberTextBox", - "./form/ComboBox", - "./form/FilteringSelect", - "./form/MultiSelect", - "./form/Select", - "./form/HorizontalSlider", - "./form/VerticalSlider", - "./form/HorizontalRule", - "./form/VerticalRule", - "./form/HorizontalRuleLabels", - "./form/VerticalRuleLabels", - "./form/SimpleTextarea", - "./form/Textarea", - "./layout/AccordionContainer", - "./layout/ContentPane", - "./layout/BorderContainer", - "./layout/LayoutContainer", - "./layout/LinkPane", - "./layout/SplitContainer", - "./layout/StackContainer", - "./layout/TabContainer" -], function(dijit){ - - // module: - // dijit/dijit-all - - /*===== - return { - // summary: - // A rollup that includes every dijit. You probably don't need this. - }; - =====*/ - - console.warn("dijit-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build or the web build tool"); - - return dijit; -}); diff --git a/dijit.js b/dijit.js deleted file mode 100644 index 2df446bae..000000000 --- a/dijit.js +++ /dev/null @@ -1,26 +0,0 @@ -define([ - "./main", - "./_base", - "dojo/parser", - "./_Widget", - "./_TemplatedMixin", - "./_Container", - "./layout/_LayoutWidget", - "./form/_FormWidget", - "./form/_FormValueWidget" -], function(dijit){ - - // module: - // dijit/dijit - - /*===== - return { - // summary: - // A roll-up for common dijit methods - // All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require) - // And some other stuff that we tend to pull in all the time anyway - }; - =====*/ - - return dijit; -});