nerdexam
IBM

C2180-278 · Question #2

A mobile application developer created a Mobile Web app and optimized it using the Minification feature in Worklight Studio. The developer needs to debug the application JavaScript in a comfortable…

The correct answer is A. includes="**/*.js; *.css" D. excludes="**/js/exampleApp.js"D.excludes="**/js/exampleApp.js". See the full explanation below for the reasoning.

Question

A mobile application developer created a Mobile Web app and optimized it using the Minification feature in Worklight Studio. The developer needs to debug the application JavaScript in a comfortable manner. Consider the following application structure. Which includes/excludes rules configuration should the application developer use in the minification process to debug only the application's JavaScript after the application's web resources have been minified? (choose 2)

Options

  • Aincludes="**/*.js; *.css"
  • Bincludes="**/common/*.css"
  • Cexcludes=".js; *.css"C.excludes=".js; *.css"
  • Dexcludes="/js/exampleApp.js"D.excludes="/js/exampleApp.js"
  • Eexcludes="/jqueryMobile/*.js"E.excludes="/jqueryMobile/*.js"

How the community answered

(27 responses)
  • A
    81% (22)
  • B
    4% (1)
  • C
    11% (3)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C2180-278 Practice