dojo / dijit-themes

Dojo 1 - modern themes
Other
29 stars 21 forks source link

error(307) Failed to evaluate module tagged as pure AMD module: dojo-themes/Gruntfile #30

Open gibbok opened 8 years ago

gibbok commented 8 years ago

An error occurs when building "dojo-flat-themes" using "Dojo Build System" (dojo/util).

The problem appears when using 'Rhino' on release: dojo 1.1.1.

error(307) Failed to evaluate module tagged as pure AMD (fell back to processing with regular expressions). module: dojo-themes/Gruntfile; error: ReferenceError: "module" is not defined.

Example of app.profile.js configuration.

       packages: [
            'dijit',
            'dojo',
            'dojox',
            'dojo-themes',
            'app'
        ],