1

WEBOS ENYO : 2.4

Is there a way to exclude certain files when running the minification process using the ares command line in the webOS CLI

I have a JS file that seems to break everything during the minification process because of the the jquery identifier '$'

I get this error when I run the minified ipk on the simulator : ReferenceError: Can't find variable: $ .

Fabii
  • 3,820
  • 14
  • 51
  • 92

1 Answers1

0

Seems I forgot to include jQuery as dependency in my package.js file. Something so simple cause so much grief, arrrrrgghhhh!!!!

Fabii
  • 3,820
  • 14
  • 51
  • 92