Skip to content

ADVANCED_OPTIMIZATIONS doesn't work, and many others problems... #16

@patcheco1001

Description

@patcheco1001

Hi,

  • the parameter "--debug true" doesn't work
  • ADVANCED_OPTIMIZATIONS doesn't work
  • I get many errors like String is undeclared, Unit8Array is undeclared, Math is undeclared, etc
  • @Depends doesn't work in some cases. I had to use @requires, which is not in your documentation

kjscompiler.json:
{
"basedir": "../webcontent/ressources/js",
"output": "../webcontent/ressources/js/all.js",
"level": "ADVANCED_OPTIMIZATIONS",
"pattern": "*.js",
"wrapper" : "(function(){ %output% }());"
}

java -jar precommit/dev_tools/kjscompiler.jar --debug true --settings "precommit/kjscompiler.json"
I use Java 8.121 x64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions