Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

85
Views
ExtJS - Where to put external libraries

If in my project I need to use external libraries, lets say JQuery, where should I put these libraries in the ExtJS application project directory structure?

Is PROJECT/resources/scripts/ OK?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

For example create a js folder on the same level as ExtJS app folder, and if you put a file script.js here, open your app.json file, locate the part where "js": array is, and add your file like this:

"js": [
    {
        "path": "${framework.dir}/build/ext-all-rtl-debug.js"
    },
    {
        "path": "app.js",
        "bundle": true
    },
    { // add this part
        "path": "js/script.js"
    }
],
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!